CupertinoTextFormFieldData class

Constructors

CupertinoTextFormFieldData({Key? widgetKey, TextEditingController? controller, String? initialValue, FocusNode? focusNode, TextInputType? keyboardType, TextCapitalization? textCapitalization, TextInputAction? textInputAction, TextStyle? style, StrutStyle? strutStyle, TextDirection? textDirection, TextAlign? textAlign, TextAlignVertical? textAlignVertical, bool? autofocus, bool? readOnly, bool? showCursor, String? obscuringCharacter, bool? obscureText, bool? autocorrect, SmartDashesType? smartDashesType, SmartQuotesType? smartQuotesType, bool? enableSuggestions, int? maxLines, int? minLines, bool? expands, int? maxLength, ValueChanged<String>? onChanged, GestureTapCallback? onTap, VoidCallback? onEditingComplete, ValueChanged<String>? onFieldSubmitted, FormFieldSetter<String>? onSaved, FormFieldValidator<String>? validator, List<TextInputFormatter>? inputFormatters, bool? enabled, double? cursorWidth, double? cursorHeight, Radius? cursorRadius, Color? cursorColor, Brightness? keyboardAppearance, EdgeInsets? scrollPadding, bool? enableInteractiveSelection, TextSelectionControls? selectionControls, ScrollPhysics? scrollPhysics, Iterable<String>? autofillHints, AutovalidateMode? autovalidateMode, EditableTextContextMenuBuilder? contextMenuBuilder, BoxDecoration? decoration, Widget? prefix, EdgeInsetsGeometry? padding, String? placeholder, TextStyle? placeholderStyle})

Properties

autocorrect bool?
finalinherited
autofillHints Iterable<String>?
finalinherited
autofocus bool?
finalinherited
autovalidateMode AutovalidateMode?
finalinherited
contextMenuBuilder EditableTextContextMenuBuilder?
finalinherited
controller TextEditingController?
finalinherited
cursorColor Color?
finalinherited
cursorHeight double?
finalinherited
cursorRadius Radius?
finalinherited
cursorWidth double?
finalinherited
decoration BoxDecoration?
final
enabled bool?
finalinherited
enableInteractiveSelection bool?
finalinherited
enableSuggestions bool?
finalinherited
expands bool?
finalinherited
focusNode FocusNode?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
initialValue String?
finalinherited
inputFormatters List<TextInputFormatter>?
finalinherited
keyboardAppearance Brightness?
finalinherited
keyboardType TextInputType?
finalinherited
maxLength int?
finalinherited
maxLines int?
finalinherited
minLines int?
finalinherited
obscureText bool?
finalinherited
obscuringCharacter String?
finalinherited
onChanged ValueChanged<String>?
finalinherited
onEditingComplete VoidCallback?
finalinherited
onFieldSubmitted ValueChanged<String>?
finalinherited
onSaved FormFieldSetter<String>?
finalinherited
onTap GestureTapCallback?
finalinherited
padding EdgeInsetsGeometry?
final
placeholder String?
final
placeholderStyle TextStyle?
final
prefix Widget?
final
readOnly bool?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollPadding EdgeInsets?
finalinherited
scrollPhysics ScrollPhysics?
finalinherited
selectionControls TextSelectionControls?
finalinherited
showCursor bool?
finalinherited
smartDashesType SmartDashesType?
finalinherited
smartQuotesType SmartQuotesType?
finalinherited
strutStyle StrutStyle?
finalinherited
style TextStyle?
finalinherited
textAlign TextAlign?
finalinherited
textAlignVertical TextAlignVertical?
finalinherited
textCapitalization TextCapitalization?
finalinherited
textDirection TextDirection?
finalinherited
textInputAction TextInputAction?
finalinherited
validator FormFieldValidator<String>?
finalinherited
widgetKey Key?
finalinherited

Methods

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