CupertinoTextFieldData class

Constructors

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

Properties

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