colorNames property

List<String> get colorNames

Get all available color names

Implementation

static List<String> get colorNames => allColors.keys.toList();