ColourPickerInput constructor

const ColourPickerInput(
  1. Color color,
  2. ValueChanged<Color> onColorChanged, {
  3. Key? key,
  4. bool enableAlpha = true,
  5. bool embeddedText = false,
  6. bool disable = false,
})

Implementation

const ColourPickerInput(
  this.color,
  this.onColorChanged, {
  super.key,
  this.enableAlpha = true,
  this.embeddedText = false,
  this.disable = false,
});