getColor function

String getColor(
  1. int color
)

Implementation

String getColor(int color) => getColorLookupTable()[color];