CustomRoundSliderOverlayShape constructor

const CustomRoundSliderOverlayShape({
  1. double overlayRadius = 0.0,
})

Create a slider thumb overlay that draws a circle.

Implementation

const CustomRoundSliderOverlayShape({ this.overlayRadius = 0.0 });