FlutterFeatureTextField constructor
const
FlutterFeatureTextField({
- Key? key,
- TextEditingController? controller,
- Widget? suffixIcon,
- String? hint,
- int? minLines,
- Color? borderColor,
- Widget? prefixIcon,
- Color? textColor,
- Color? hintColor,
- TextStyle? hintStyle,
- TextStyle? textStyle,
- bool obscureText = false,
- bool isDense = true,
- int? maxLines = 1,
- TextInputAction? inputAction,
- TextInputType? inputType,
- bool isEnabled = true,
- bool readOnly = false,
- BorderRadius? borderRadius,
- dynamic onChanged()?,
- String? validator()?,
Implementation
const FlutterFeatureTextField(
{super.key,
this.controller,
this.suffixIcon,
this.hint,
this.minLines,
this.borderColor,
this.prefixIcon,
this.textColor,
this.hintColor,
this.hintStyle,
this.textStyle,
this.obscureText = false,
this.isDense = true,
this.maxLines = 1,
this.inputAction,
this.inputType,
this.isEnabled = true,
this.readOnly = false,
this.borderRadius,
this.onChanged,
this.validator});