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