HSLColorPainter constructor

const HSLColorPainter(
  1. HSLColor hslColor, {
  2. Color? pointerColor,
})

Implementation

const HSLColorPainter(this.hslColor, {this.pointerColor});