DataColumnSortCallback typedef Null safety
Signature for DataColumn.onSort callback.
Implementation
typedef DataColumnSortCallback = void Function(int columnIndex, bool ascending);
Signature for DataColumn.onSort callback.
typedef DataColumnSortCallback = void Function(int columnIndex, bool ascending);