onFilterFactorChange property

ValueChanged<double>? onFilterFactorChange
final

A callback function that is triggered when the filter factor changes.

The ValueChanged<double> parameter provides the new filter factor.

Implementation

final ValueChanged<double>? onFilterFactorChange;