TextFieldCustom constructor
TextFieldCustom({
- Key? key,
- double? hight,
- int? maxLines,
- double? vertical,
- bool? enabled,
- String? hintText,
- bool obscureText = false,
- TextInputAction? textInputAction,
- TextInputType? keyboardType,
- TextEditingController? controller,
- List<
TextInputFormatter> ? formatters, - String? errorText,
- TextStyle? errorStyle,
- int? errorMaxLines,
- FormFieldValidator<
String> ? validator,
Implementation
TextFieldCustom({
Key? key,
this.hight,
this.maxLines,
this.vertical,
this.enabled,
this.hintText,
this.obscureText = false,
this.textInputAction,
this.keyboardType,
this.controller,
this.formatters,
this.errorText,
this.errorStyle,
this.errorMaxLines,
this.validator,
}) : super(key: key);