FUITextField constructor
const
FUITextField({
- Key? key,
- TextEditingController? controller,
- String? label,
- String? hintText,
- IconData? prefixIcon,
- Widget? suffix,
- bool obscureText = false,
- bool enabled = true,
- TextInputType? keyboardType,
- TextInputAction? textInputAction,
- ValueChanged<
String> ? onChanged, - ValueChanged<
String> ? onSubmitted, - Iterable<
String> ? autofillHints,
Implementation
const FUITextField({
super.key,
this.controller,
this.label,
this.hintText,
this.prefixIcon,
this.suffix,
this.obscureText = false,
this.enabled = true,
this.keyboardType,
this.textInputAction,
this.onChanged,
this.onSubmitted,
this.autofillHints,
});