MoMoForm constructor
const
MoMoForm({
- Key? key,
- required GlobalKey<
FormState> formKey, - required TextEditingController phoneCtrl,
- required NetworksByCountry networksByCountry,
- required MoMoFormChanged onChanged,
- required TextEditingController otp,
- String initialCountryIso = 'BJ',
Implementation
const MoMoForm({
super.key,
required this.formKey,
required this.phoneCtrl,
required this.networksByCountry,
required this.onChanged,
required this.otp,
this.initialCountryIso = 'BJ',
});