onFilterChanged property

ValueChanged<FilterModel>? onFilterChanged
final

A callback function that is triggered when the filter is changed.

The ValueChanged<FilterModel> parameter provides the new filter model.

Implementation

final ValueChanged<FilterModel>? onFilterChanged;