FxFormControl class
Constructors
-
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})
-
const
Methods
-
copyWith({TextEditingController? controller, bool? autofocus, Widget? prefixIcon, Widget? suffixIcon, String? label, String? hint, FormFieldValidator<String>? validator, TextInputType? keyboardType, bool? isPassword, TextInputAction? textInputAction, bool? isHidden, String? initialValue})
→ FxFormControl
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited