SortConfig class

Constructors

SortConfig({required void onSort(bool asc), Icon ascIcon = const Icon(Icons.arrow_drop_up), Icon desIcon = const Icon(Icons.arrow_drop_down)})

Properties

ascIcon Icon
final
desIcon Icon
final
hashCode int
The hash code for this object.
no setterinherited
onSort → void Function(bool asc)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortSubject → BehaviorSubject<bool?>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toggleSort() → void
toString() String
A string representation of this object.
inherited

Operators

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