ColorPickerPluggable constructor

const ColorPickerPluggable({
  1. Key? key,
  2. double scale = 10.0,
  3. Size size = const Size(100, 100),
})

Implementation

const ColorPickerPluggable({
  super.key,
  this.scale = 10.0,
  this.size = const Size(100, 100),
});