BankAccountCard constructor
- {Key? key,
- required Datum bankAccount,
- required VoidCallback onLongPress}
Implementation
const BankAccountCard({
Key? key,
required this.bankAccount,
required this.onLongPress,
}) : super(key: key);
const BankAccountCard({
Key? key,
required this.bankAccount,
required this.onLongPress,
}) : super(key: key);