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