SimpleAppBarController<T> class

Constructors

SimpleAppBarController({required List<T> listFull, StringFilter<T>? stringFilter, bool? sortCompare, FiltersTypes filtersType = FiltersTypes.contains})

Properties

bancoInit → RxBool
final
bancoInitValue bool
getter/setter pair
filter FiltersTypes
no getter
filtersType FiltersTypes
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isModSearch bool
getter/setter pair
listFull List<T>
final
listSearch → RxList<T>
final
onSearchList → dynamic Function(Iterable<T>)
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
rxSearch → RxString
final
sortCompare bool?
getter/setter pair
stringFilter StringFilter<T>?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClose() FutureOr
refreshSeachList(String? value) → void
sortCompareList(List<T> list) → void
toString() String
A string representation of this object.
inherited

Operators

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