CustomPhoneField constructor
- {Key? key,
- String? label,
- String? errorText,
- String? hintText,
- TextEditingController? controller,
- dynamic onInputChanged( )?}
Implementation
const CustomPhoneField({
Key? key,
this.label,
this.errorText,
this.hintText,
this.controller,
this.onInputChanged,
}) : super(key: key);