RGBWithRedColorPainter constructor

const RGBWithRedColorPainter(
  1. Color color, {
  2. Color? pointerColor,
})

Implementation

const RGBWithRedColorPainter(this.color, {this.pointerColor});