systemColors constant

Map<String, Color> const systemColors

Implementation

static const Map<String, Color> systemColors = {
  "systemBlue": CupertinoColors.systemBlue,
  "systemPurple": CupertinoColors.systemPurple,
  "systemPink": CupertinoColors.systemPink,
  "systemRed": CupertinoColors.systemRed,
  "systemOrange": CupertinoColors.systemOrange,
  "systemYellow": CupertinoColors.systemYellow,
  "systemGreen": CupertinoColors.systemGreen,
  "systemGray": CupertinoColors.systemGrey,
};