menu
iconnexz package
documentation
VendorWallet/Topup.dart
Topup
Topup.new const constructor
Topup.new const constructor
dark_mode
light_mode
Topup
constructor
const
Topup
(
{
Key
?
key
,
required
Balance
balance
,
})
Implementation
const Topup({Key? key, required this.balance}) : super(key: key);
iconnexz package
documentation
VendorWallet/Topup
Topup
Topup.new const constructor
Topup class