lightGreenAccent constant

ExcelColor const lightGreenAccent

The lightGreenAccent colour (ARGB FFB2FF59).

Implementation

static const lightGreenAccent = ExcelColor._(
  'FFB2FF59',
  'lightGreenAccent',
  ColorType.materialAccent,
);