onBlurFactorChange property

ValueChanged<double>? onBlurFactorChange
final

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

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

Implementation

final ValueChanged<double>? onBlurFactorChange;