RoundSliderOverlayShape constructor

const RoundSliderOverlayShape({
  1. double overlayRadius = 24.0,
})

Create a slider thumb overlay that draws a circle.

Implementation

const RoundSliderOverlayShape({this.overlayRadius = 24.0});