TDRoundRangeSliderThumbShape constructor
const
TDRoundRangeSliderThumbShape({})
Create a slider thumb that draws a circle.
Implementation
const TDRoundRangeSliderThumbShape({
this.enabledThumbRadius = 10.0,
this.disabledThumbRadius,
this.elevation = 3.0,
this.pressedElevation = 3.0,
});