ofColor method

Color? ofColor(
  1. String? key
)

Implementation

Color? ofColor(
  String? key,
) {
  return colorMap[key];
}