TableViewSortUpdatedHandler typedef

TableViewSortUpdatedHandler = void Function(TableViewSortController controller, String key, SortDirection? previousSortDirection)

Implementation

typedef TableViewSortUpdatedHandler = void Function(
  TableViewSortController controller,
  String key,
  SortDirection? previousSortDirection,
);