WalletForm constructor
const
WalletForm({
- Key? key,
- required GlobalKey<
FormState> formKey, - required TextEditingController phoneCtrl,
- required WalletsByCountry walletsByCountry,
- required WalletFormChanged onChanged,
- String initialCountryIso = 'BJ',
Implementation
const WalletForm({
super.key,
required this.formKey,
required this.phoneCtrl,
required this.walletsByCountry,
required this.onChanged,
this.initialCountryIso = 'BJ',
});