FTextField constructor
const
FTextField({
- TextEditingController? controller,
- String? label,
- String? value,
- String? hint,
- FInputType type = FInputType.text,
- Key? key,
- dynamic onChanged()?,
- Widget? suffixIcon,
- Widget? prefixIcon,
- bool required = true,
Implementation
const FTextField({this.controller,this.label, this.value, this.hint, this.type = FInputType.text, Key? key, this.onChanged, this.suffixIcon, this.prefixIcon, this.required = true}) : super(key: key);