NotificationIcon constructor
const
NotificationIcon({})
Implementation
const NotificationIcon({
this.notification = false,
this.icon = BootstrapIcons.bell_fill,
this.iconColor = FUIColors.white,
this.iconSize = 24,
this.notificationColor = FUIColors.yellow500,
this.backgroundColor = FUIColors.white,
this.onTap,
super.key,
});