CupertinoQueryFieldData class
Constructors
-
CupertinoQueryFieldData({List<
Widget> ? leading, List<Widget> ? trailing, Decoration? decoration, EdgeInsets? padding, EdgeInsets? margin, CupertinoThemeData? theme, FocusNode? focusNode, TextEditingController? textController, VoidCallback? onDismissed, ValueChanged<String> ? onChanged, String? hintText, TextStyle? style, TextStyle? hintStyle, BoxDecoration? inputDecoration, QueryFieldSemanticsLocalizations? semanticLocalization, QueryFieldStringsLocalizations? strings, Icon? dismissIcon, Icon? clearIcon, Duration? duration, String? dismissText})
Properties
- clearIcon → Icon?
-
final
- decoration → Decoration?
-
final
- dismissIcon → Icon?
-
final
- dismissText → String?
-
final
- duration → Duration?
-
final
- focusNode → FocusNode?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hintStyle → TextStyle?
-
final
- hintText → String?
-
final
- inputDecoration → BoxDecoration?
-
final
-
leading
→ List<
Widget> ? -
final
- margin → EdgeInsets?
-
final
-
onChanged
→ ValueChanged<
String> ? -
final
- onDismissed → VoidCallback?
-
final
- padding → EdgeInsets?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- semanticLocalization → QueryFieldSemanticsLocalizations?
-
final
- strings → QueryFieldStringsLocalizations?
-
final
- style → TextStyle?
-
final
- textController → TextEditingController?
-
final
- theme → CupertinoThemeData?
-
final
-
trailing
→ List<
Widget> ? -
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