orange constant

Colour const orange

Implementation

static const Colour orange = Colour(
  alpha: 0xFF,
  red: 0xFF,
  green: 0x98,
  blue: 0x00,
);