noTickMark property Null safety
final
Special instance of SliderTickMarkShape to skip the tick mark painting.
See also:
- SliderThemeData.tickMarkShape, which is the shape that the Slider uses when painting tick marks.
Implementation
static final SliderTickMarkShape noTickMark = _EmptySliderTickMarkShape();