SearchBarController<T> class

Constructors

SearchBarController()

Properties

hashCode int
The hash code for this object.
no setterinherited
minimumChars int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
filterList(bool filter(T item)) → void
injectSearch(String searchText, Future<List<T>> onSearch(String? text)) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeFilter() → void
removeSort() → void
replayLastSearch() → void
setListener(_ControllerListener _controllerListener) → void
setTextController(TextEditingController _searchQueryController, dynamic minimunChars) → void
sortList(int sorting(T a, T b)) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited