sliderValueMethod property

dynamic Function(double leftValue, double rightValue)? sliderValueMethod
final

Callback function for the current sliding value of the sliding track.

Implementation

final Function(double leftValue, double rightValue)? sliderValueMethod;