HSVColorPainter constructor

const HSVColorPainter(
  1. HSVColor hsvColor, {
  2. Color? pointerColor,
})

Implementation

const HSVColorPainter(this.hsvColor, {this.pointerColor});