SummerSortChange typedef

SummerSortChange = void Function(String? columnKey, bool ascending)

Signature for controlled single-column sort changes.

columnKey is null when sorting is cancelled.

Implementation

typedef SummerSortChange = void Function(String? columnKey, bool ascending);