NWalletCard constructor
const
NWalletCard({
- Key? key,
- required Wallet wallet,
- required NdkFlutter ndkFlutter,
- required bool isSelected,
- bool isDefaultForReceiving = false,
- bool isDefaultForSending = false,
- required VoidCallback onTap,
- VoidCallback? onDefaultWalletChanged,
- Future<
void> onDelete(- BuildContext context,
- Wallet wallet
- double width = 280,
- bool showBudgetRenewalDays = false,
- WalletIconConfig? cashuIcon,
- WalletIconConfig? nwcIcon,
- WalletIconConfig? lnurlIcon,
Implementation
const NWalletCard({
super.key,
required this.wallet,
required this.ndkFlutter,
required this.isSelected,
this.isDefaultForReceiving = false,
this.isDefaultForSending = false,
required this.onTap,
this.onDefaultWalletChanged,
this.onDelete,
this.width = 280,
this.showBudgetRenewalDays = false,
this.cashuIcon,
this.nwcIcon,
this.lnurlIcon,
});