ColorIndicator constructor

const ColorIndicator(
  1. HSVColor hsvColor, {
  2. Key? key,
  3. double width = 50.0,
  4. double height = 50.0,
})

Implementation

const ColorIndicator(
  this.hsvColor, {
  Key? key,
  this.width = 50.0,
  this.height = 50.0,
}) : super(key: key);