getOption method

Color getOption()

Implementation

Color getOption() {
  return mode == PaletteThemeModes.dark ? option.dark : option.light;
}