RangeThumbShape constructor

const RangeThumbShape({
  1. required double thumbRadius,
})

Implementation

const RangeThumbShape({
  required this.thumbRadius,
});