yellow600 constant

ExcelColor const yellow600

The yellow600 colour (ARGB FFFDD835).

Implementation

static const yellow600 = ExcelColor._(
  'FFFDD835',
  'yellow600',
  ColorType.material,
);