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