FormeCupertinoTextFieldModel class

Constructors

FormeCupertinoTextFieldModel({EdgeInsetsGeometry? padding, String? placeholder, TextStyle? placeholderStyle, Widget? prefix, OverlayVisibilityMode? prefixMode, Widget? suffix, OverlayVisibilityMode? suffixMode, OverlayVisibilityMode? clearButtonMode, TextSelectionControls? selectionControls, ScrollController? scrollController, TextInputType? keyboardType, TextInputAction? textInputAction, TextCapitalization? textCapitalization, TextStyle? style, StrutStyle? strutStyle, TextAlign? textAlign, TextAlignVertical? textAlignVertical, bool? showCursor, String? obscuringCharacter, bool? obscureText, bool? autocorrect, SmartDashesType? smartDashesType, SmartQuotesType? smartQuotesType, bool? enableSuggestions, int? maxLines, int? minLines, bool? expands, int? maxLength, MaxLengthEnforcement? maxLengthEnforcement, double? cursorWidth, double? cursorHeight, Radius? cursorRadius, Color? cursorColor, BoxHeightStyle? selectionHeightStyle, BoxWidthStyle? selectionWidthStyle, Brightness? keyboardAppearance, EdgeInsets? scrollPadding, DragStartBehavior? dragStartBehavior, ScrollPhysics? scrollPhysics, Iterable<String>? autofillHints, BoxDecoration? decoration, bool? autofocus, ToolbarOptions? toolbarOptions, bool? enableInteractiveSelection, bool? enabled, VoidCallback? onEditingComplete, List<TextInputFormatter>? inputFormatters, GestureTapCallback? onTap, ValueChanged<String>? onChanged, ValueChanged<String>? onSubmitted, bool? readOnly, bool? borderless})
const

Properties

autocorrect bool?
final
autofillHints Iterable<String>?
final
autofocus bool?
final
borderless bool?
final
clearButtonMode OverlayVisibilityMode?
final
cursorColor Color?
final
cursorHeight double?
final
cursorRadius Radius?
final
cursorWidth double?
final
decoration BoxDecoration?
final
dragStartBehavior DragStartBehavior?
final
enabled bool?
final
enableInteractiveSelection bool?
final
enableSuggestions bool?
final
expands bool?
final
hashCode int
The hash code for this object.
no setterinherited
inputFormatters List<TextInputFormatter>?
final
keyboardAppearance Brightness?
final
keyboardType TextInputType?
final
maxLength int?
final
maxLengthEnforcement MaxLengthEnforcement?
final
maxLines int?
final
minLines int?
final
obscureText bool?
final
obscuringCharacter String?
final
onChanged ValueChanged<String>?
final
onEditingComplete VoidCallback?
final
onSubmitted ValueChanged<String>?
final
onTap GestureTapCallback?
final
padding EdgeInsetsGeometry?
final
placeholder String?
final
placeholderStyle TextStyle?
final
prefix Widget?
final
prefixMode OverlayVisibilityMode?
final
readOnly bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollController ScrollController?
final
scrollPadding EdgeInsets?
final
scrollPhysics ScrollPhysics?
final
selectionControls TextSelectionControls?
final
selectionHeightStyle BoxHeightStyle?
final
selectionWidthStyle BoxWidthStyle?
final
showCursor bool?
final
smartDashesType SmartDashesType?
final
smartQuotesType SmartQuotesType?
final
strutStyle StrutStyle?
final
style TextStyle?
final
suffix Widget?
final
suffixMode OverlayVisibilityMode?
final
textAlign TextAlign?
final
textAlignVertical TextAlignVertical?
final
textCapitalization TextCapitalization?
final
textInputAction TextInputAction?
final
toolbarOptions ToolbarOptions?
final

Methods

copyWith(FormeModel oldModel) FormeCupertinoTextFieldModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited