ColourLabel constructor

const ColourLabel(
  1. Colour colour, {
  2. Key? key,
  3. double height = 140,
  4. double width = 300,
})

Implementation

const ColourLabel(
  this.colour, {
  super.key,
  this.height = 140,
  this.width = 300,
});