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