grey300 constant

ExcelColor const grey300

The grey300 colour (ARGB FFE0E0E0).

Implementation

static const grey300 = ExcelColor._(
  'FFE0E0E0',
  'grey300',
  ColorType.material,
);