getColor method

Color getColor()

Implementation

Color getColor() {
  return color ?? defaultColor;
}