GradientRectSliderTrackShape constructor
const
GradientRectSliderTrackShape({
- LinearGradient gradient = const LinearGradient(colors: [Colors.red, Colors.yellow]),
- bool darkenInactive = false,
Implementation
const GradientRectSliderTrackShape({
this.gradient = const LinearGradient(
colors: [
Colors.red,
Colors.yellow,
],
),
this.darkenInactive = false,
});