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