AnnotatedRoundSliderOverlayShape constructor

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

Create a slider thumb overlay that draws a circle.

Implementation

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