closeIcon constant

Map<CNotificationContrast, String> const closeIcon

Implementation

static const Map<CNotificationContrast, String> closeIcon = {
  CNotificationContrast.high: 'assets/svg/notification/close-highcontrast.svg',
  CNotificationContrast.low: 'assets/svg/notification/close-lowcontrast.svg',
};