RGBWithRedColourPainter constructor

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

Implementation

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