accentColors property

List<AccentColor> accentColors
final

A list of all the accent colors provided by this library.

Implementation

static final List<AccentColor> accentColors = [
  yellow,
  orange,
  red,
  magenta,
  purple,
  blue,
  teal,
  green,
];