onOpacityChange property

ValueChanged<double>? onOpacityChange
final

A callback function that is triggered when the opacity changed.

The ValueChanged<double> parameter provides the new opacity level.

Implementation

final ValueChanged<double>? onOpacityChange;