MaterialQueryFieldData class

Constructors

MaterialQueryFieldData({List<Widget>? leading, List<Widget>? trailing, Decoration? decoration, InputDecoration? inputDecoration, EdgeInsets? padding, EdgeInsets? margin, ThemeData? theme, FocusNode? focusNode, VoidCallback? onDismissed, ValueChanged<String>? onChanged, TextEditingController? textController, String? hintText, TextStyle? style, TextStyle? hintStyle, String? dismissText, QueryFieldSemanticsLocalizations? semanticsLocalization, QueryFieldStringsLocalizations? strings, Icon? clearIcon})

Properties

clearIcon Icon?
final
decoration Decoration?
final
dismissText String?
final
focusNode FocusNode?
final
hashCode int
The hash code for this object.
no setterinherited
hintStyle TextStyle?
final
hintText String?
final
inputDecoration InputDecoration?
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
semanticsLocalization QueryFieldSemanticsLocalizations?
final
strings QueryFieldStringsLocalizations?
final
style TextStyle?
final
textController TextEditingController?
final
theme ThemeData?
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