ActerSearchWidget class

Constructors

ActerSearchWidget({dynamic key, String? hintText, String? initialText, dynamic leading, Iterable? trailing, dynamic padding = const EdgeInsets.symmetric(horizontal: 10, vertical: 15), required dynamic onChanged, required dynamic onClear})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hintText String?
final
initialText String?
final
leading → dynamic
final
onChanged → dynamic
final
onClear → dynamic
final
padding → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trailing Iterable?
final

Methods

createState() → dynamic
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

Constants

clearSearchActionButtonKey → const dynamic
searchBarKey → const dynamic