SFNotification constructor
const
SFNotification({})
Implementation
const SFNotification({
super.key,
required this.message,
required this.iconColor,
this.title,
this.icon = Icons.check_circle,
this.onClose,
});