RoundSliderTickMarkShape constructor Null safety
- {double? tickMarkRadius}
Create a slider tick mark that draws a circle.
Implementation
const RoundSliderTickMarkShape({
this.tickMarkRadius,
});
Create a slider tick mark that draws a circle.
const RoundSliderTickMarkShape({
this.tickMarkRadius,
});