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