ColorMapper typedef

ColorMapper = Map<String, Color>

颜色映射

Implementation

typedef ColorMapper = Map<String, Color>;