showValueIndicator property

ShowValueIndicator? showValueIndicator
final

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

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

Implementation

final ShowValueIndicator? showValueIndicator;