sliderValueIndicatorType property

FlexSliderIndicatorType? sliderValueIndicatorType
final

Enum used to select the type of built-in value indicator used by Slider.

The current two options included Material 2 default RectangularSliderValueIndicatorShape and Material 3 default DropSliderValueIndicatorShape.

If not defined, the default for the M2/M3 mode is used respectively.

The effective RangeSliderValueIndicatorShape for a RangeSlider will also be the rectangular type, if that is effective value of sliderValueIndicatorType. If it is drop, then the reasonably matching PaddleRangeSliderValueIndicatorShape is used by the RangeSlider.

There is no M3 drop style available yet for RangeSlider, it will be added to FCS when it is supported in Flutter.

Implementation

final FlexSliderIndicatorType? sliderValueIndicatorType;