white60 constant

Colour const white60

Implementation

static const Colour white60 = Colour(
  alpha: 0x99,
  red: 0xFF,
  green: 0xFF,
  blue: 0xFF,
);