brown400 constant

ExcelColor const brown400

The brown400 colour (ARGB FF8D6E63).

Implementation

static const brown400 = ExcelColor._(
  'FF8D6E63',
  'brown400',
  ColorType.material,
);