ColourIndicator constructor

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

Implementation

const ColourIndicator(this.hsvColor, {super.key, this.width = 50.0, this.height = 50.0});