TDRoundSliderTickMarkShape constructor

const TDRoundSliderTickMarkShape({
  1. double? tickMarkRadius,
})

Create a slider tick mark that draws a circle.

Implementation

const TDRoundSliderTickMarkShape({
  this.tickMarkRadius,
});