getColor method

Color? getColor()

get the Color

Implementation

Color? getColor() {
  return _color;
}