sortDirections property

List<bool> sortDirections
final

Permitted sort directions in click order, as a list where true = ascend and false = descend. Default [true, false] (asc → desc → unsort). Append nothing extra; a third click always returns to "unsorted".

Implementation

final List<bool> sortDirections;