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