systemColors constant
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,
};