getSelectedColor method

Color getSelectedColor()

Implementation

Color getSelectedColor() {
  return onSelectColor ?? defaultOnSelectColor;
}