lightGreen constant

Colour const lightGreen

Implementation

static const Colour lightGreen = Colour(
  alpha: 0xFF,
  red: 0x8B,
  green: 0xC3,
  blue: 0x4A,
);