CDKPickerSliderGradientPainter constructor

CDKPickerSliderGradientPainter({
  1. required List<double> stops,
  2. required List<Color> colors,
  3. required double value,
  4. required Color thumbColor,
  5. required Color thumbColorBackground,
  6. bool hasAppFocus = true,
})

Implementation

CDKPickerSliderGradientPainter(
    {required this.stops,
    required this.colors,
    required this.value,
    required this.thumbColor,
    required this.thumbColorBackground,
    this.hasAppFocus = true});