CardNotification constructor
const
CardNotification({})
Implementation
const CardNotification({
super.key,
required this.title,
required this.time,
this.icon = BootstrapIcons.bell_fill,
this.textColor = FUIColors.white,
this.description,
this.iconColor,
this.backgroundColor
});