GradientRangeSliderTrackShape constructor

const GradientRangeSliderTrackShape({
  1. required List<Color> gradientColors,
})

Implementation

const GradientRangeSliderTrackShape({
  required this.gradientColors,
});