MaterialSearchBarData class

Constructors

MaterialSearchBarData({Key? widgetKey, TextEditingController? controller, FocusNode? focusNode, void onTap()?, ValueChanged<String>? onChanged, Widget? leading, Iterable<Widget>? trailing, BoxConstraints? constraints, MaterialStateProperty<double?>? elevation, MaterialStateProperty<Color?>? shadowColor, MaterialStateProperty<Color?>? surfaceTintColor, MaterialStateProperty<Color?>? overlayColor, MaterialStateProperty<BorderSide?>? side, MaterialStateProperty<OutlinedBorder?>? shape, MaterialStateProperty<EdgeInsetsGeometry?>? padding, MaterialStateProperty<Color?>? backgroundColor, MaterialStateProperty<TextStyle?>? hintStyle, MaterialStateProperty<TextStyle?>? textStyle, String? hintText, ValueChanged<String>? onSubmitted, TextCapitalization? textCapitalization})

Properties

backgroundColor MaterialStateProperty<Color?>?
final
constraints BoxConstraints?
final
controller TextEditingController?
finalinherited
elevation MaterialStateProperty<double?>?
final
focusNode FocusNode?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hintStyle MaterialStateProperty<TextStyle?>?
final
hintText String?
final
leading Widget?
final
onChanged ValueChanged<String>?
finalinherited
onSubmitted ValueChanged<String>?
final
onTap → (void Function()?)
finalinherited
overlayColor MaterialStateProperty<Color?>?
final
padding MaterialStateProperty<EdgeInsetsGeometry?>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowColor MaterialStateProperty<Color?>?
final
shape MaterialStateProperty<OutlinedBorder?>?
final
side MaterialStateProperty<BorderSide?>?
final
surfaceTintColor MaterialStateProperty<Color?>?
final
textCapitalization TextCapitalization?
final
textStyle MaterialStateProperty<TextStyle?>?
final
trailing Iterable<Widget>?
final
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