CustomPhoneField constructor
- required TextEditingController controller,
- required Key fieldKey,
- TextEditingController? countryController,
- bool isMandatory = true,
- String? labelText,
- TextEditingController? phoneController,
Implementation
CustomPhoneField(
{required this.controller,
required this.fieldKey,
this.countryController,
this.isMandatory=true,
this.labelText,
this.phoneController});