brown constant

Colour const brown

Implementation

static const Colour brown = Colour(
  alpha: 0xFF,
  red: 0x79,
  green: 0x55,
  blue: 0x48,
);