yellowAccent constant

ExcelColor const yellowAccent

The yellowAccent colour (ARGB FFFFFF00).

Implementation

static const yellowAccent = ExcelColor._(
  'FFFFFF00',
  'yellowAccent',
  ColorType.materialAccent,
);