rangeTickMarkShape property
final
The shape that will be used to draw the RangeSlider's tick marks.
The RangeSliderTickMarkShape.getPreferredSize is used to help determine the location of each tick mark on the track. The slider's minimum size will be at least this big.
The default value is RoundRangeSliderTickMarkShape.
See also:
- RoundSliderTickMarkShape, which is the default tick mark shape for the Slider.
Implementation
final RangeSliderTickMarkShape? rangeTickMarkShape;