getSuccess method

Color getSuccess()

Implementation

Color getSuccess() {
  return mode == PaletteThemeModes.dark ? success.dark : success.light;
}