onRatioSelected property

ValueChanged<double>? onRatioSelected
final

A callback function that is triggered when a ratio is selected.

The ValueChanged<double> parameter provides the selected ratio value.

Implementation

final ValueChanged<double>? onRatioSelected;