RoundSliderTrackShape constructor

const RoundSliderTrackShape({
  1. double disabledThumbGapWidth = 2.0,
  2. double radius = 0,
})

Implementation

const RoundSliderTrackShape(
    {this.disabledThumbGapWidth = 2.0, this.radius = 0});