CupertinoTextFormFieldData class

Constructors

CupertinoTextFormFieldData({Key? widgetKey, Widget? prefix, EdgeInsetsGeometry? padding, TextEditingController? controller, String? initialValue, BoxDecoration? decoration, FocusNode? focusNode, TextInputType? keyboardType, TextCapitalization? textCapitalization, TextInputAction? textInputAction, TextStyle? style, StrutStyle? strutStyle, TextAlign? textAlign, TextAlignVertical? textAlignVertical, bool? autofocus, bool? readOnly, ToolbarOptions? toolbarOptions, 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, Color? cursorColor, Brightness? keyboardAppearance, EdgeInsets? scrollPadding, bool? enableInteractiveSelection, TextSelectionControls? selectionControls, ScrollPhysics? scrollPhysics, Iterable<String>? autofillHints, AutovalidateMode? autovalidateMode, String? placeholder, TextStyle? placeholderStyle, TextDirection? textDirection})

Properties

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

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