getByKey method

Color getByKey(
  1. String key
)

Implementation

Color getByKey(String key) {
  return this[key] ?? Colors.grey;
}