onValueSelected property

ValueChanged<double?>? onValueSelected
final

Optional This callback will display the current double value selected by the indicator Only works when the BezierChartScale is not BezierChartScale.custom

Implementation

final ValueChanged<double?>? onValueSelected;