getAccent method

Color getAccent()

Implementation

Color getAccent() {
  return mode == PaletteThemeModes.dark ? accent.dark : accent.light;
}