textColor constant
Implementation
static const Map<CNotificationContrast, Color> textColor = {
CNotificationContrast.high: CColors.gray100,
CNotificationContrast.low: CColors.gray10,
};
static const Map<CNotificationContrast, Color> textColor = {
CNotificationContrast.high: CColors.gray100,
CNotificationContrast.low: CColors.gray10,
};