FxFieldOptions class
Constructors
-
FxFieldOptions({String? label, String? hint, String? helperText, String? errorText, Widget? prefix, Widget? prefixIcon, Widget? suffix, Widget? suffixIcon, TextCapitalization textCapitalization = TextCapitalization.none, int maxLines = 1, int? maxLength, FocusNode? focusNode, bool autofocus = false, bool autocorrect = false, bool enableSuggestions = false, bool readOnly = false, bool showCursor = false, bool showErrorText = false, TextInputType keyboardType = TextInputType.text, TextInputAction textInputAction = TextInputAction.next, bool obscureText = false, bool enabled = true, FxLabelBehavior labelBehavior = FxLabelBehavior.auto})
-
const
Methods
-
copyWith({String? label, String? hint, String? helperText, String? errorText, Widget? prefix, Widget? prefixIcon, Widget? suffix, Widget? suffixIcon, TextCapitalization? textCapitalization, int? maxLines, int? maxLength, FocusNode? focusNode, bool? autofocus, bool? autocorrect, bool? enableSuggestions, bool? readOnly, bool? showCursor, bool? showErrorText, TextInputType? keyboardType, TextInputAction? textInputAction, bool? obscureText, bool? enabled, FxLabelBehavior? labelBehavior})
→ FxFieldOptions
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited