CustomPhoneInput constructor
CustomPhoneInput({
- required String labelText,
- required bool lightTheme,
- required bool obscureText,
- required dynamic onValidation(),
- TextEditingController? controller,
- List<
TextInputFormatter> ? inputFormatter, - int? maxLength,
- required bool isRequired,
Implementation
CustomPhoneInput(
{required this.labelText,
required this.lightTheme,
required this.obscureText,
required this.onValidation,
this.controller,
this.inputFormatter,
this.maxLength,
required this.isRequired});