HSVWithValueColorPainter constructor

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

Implementation

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