fromString static method

Color fromString(
  1. String color
)

Implementation

static Color fromString(String color) {
  return _getColor(color);
}