textColor constant

Map<CNotificationContrast, Color> const textColor

Implementation

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