FlutterFormInputPhoneController constructor
- {required String? id,
- bool mandatory = true,
- PhoneNumber? value,
- String checkPageTitle(
- PhoneNumber? value
- String checkPageDescription(
- PhoneNumber? value
- void onChanged(
- PhoneNumber? value
Implementation
FlutterFormInputPhoneController({
required this.id,
this.mandatory = true,
this.value,
this.checkPageTitle,
this.checkPageDescription,
this.onChanged,
});