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