CDKPickerSliderPainter constructor

CDKPickerSliderPainter({
  1. required Color colorAccent,
  2. required Color colorBar,
  3. required Color colorCircle,
  4. required double value,
  5. bool hasAppFocus = true,
})

Implementation

CDKPickerSliderPainter(
    {required this.colorAccent,
    required this.colorBar,
    required this.colorCircle,
    required this.value,
    this.hasAppFocus = true});