ColorPickerConfig constructor

const ColorPickerConfig({
  1. bool enableOpacity = true,
  2. bool enableLibrary = true,
  3. bool enableEyePicker = true,
})

Implementation

const ColorPickerConfig({
  this.enableOpacity = true,
  this.enableLibrary = true,
  this.enableEyePicker = true,
});