color static method

void color(
  1. Color color
)

Implementation

static void color(Color color) {
  _color = color;
}