DataGridFilterChangedCallback typedef Null safety
Signature for the SfDataGrid.onFilterChanged callback.
Implementation
typedef DataGridFilterChangedCallback = void Function(
DataGridFilterChangeDetails details);
Signature for the SfDataGrid.onFilterChanged callback.
typedef DataGridFilterChangedCallback = void Function(
DataGridFilterChangeDetails details);