USettingsChargeAmount constructor

USettingsChargeAmount({
  1. required String title,
  2. required double amount,
})

Implementation

USettingsChargeAmount({required this.title, required this.amount});