white12 constant

Colour const white12

Implementation

static const Colour white12 = Colour(
  alpha: 0x1F,
  red: 0xFF,
  green: 0xFF,
  blue: 0xFF,
);