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
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