FxFormControl constructor
const
FxFormControl({
- bool autofocus = false,
- Widget? prefixIcon,
- Widget? suffixIcon,
- String? label,
- String? hint,
- FormFieldValidator<
String> ? validator, - TextInputType? keyboardType,
- TextInputAction? textInputAction,
- bool isPassword = false,
- String? initialValue,
- bool isHidden = false,
- TextEditingController? controller,
Implementation
const FxFormControl({
this.autofocus = false,
this.prefixIcon,
this.suffixIcon,
this.label,
this.hint,
this.validator,
this.keyboardType,
this.textInputAction,
this.isPassword = false,
this.initialValue,
this.isHidden = false,
this.controller,
});