grey900 constant

ExcelColor const grey900

The grey900 colour (ARGB FF212121).

Implementation

static const grey900 = ExcelColor._(
  'FF212121',
  'grey900',
  ColorType.material,
);