tickMarkShape property

SliderTickMarkShape? tickMarkShape
final

The shape that will be used to draw the Slider's tick marks.

The SliderTickMarkShape.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 RoundSliderTickMarkShape.

See also:

Implementation

final SliderTickMarkShape? tickMarkShape;