SelectionChangedCallback typedef
Signature for SfDataGrid.onSelectionChanged callback.
Implementation
typedef SelectionChangedCallback = void Function(
List<DataGridRow> addedRows, List<DataGridRow> removedRows);
Signature for SfDataGrid.onSelectionChanged callback.
typedef SelectionChangedCallback = void Function(
List<DataGridRow> addedRows, List<DataGridRow> removedRows);