backgroundColor constant

Map<CNotificationContrast, Color> const backgroundColor

Implementation

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