sliderShowValueIndicator property

ShowValueIndicator? sliderShowValueIndicator
final

Whether the value indicator should be shown for different types of sliders.

By default, sliderShowValueIndicator is set to ShowValueIndicator.onlyForDiscrete. The value indicator is only shown when the thumb is being touched.

Implementation

final ShowValueIndicator? sliderShowValueIndicator;