NiceNotificationBanner constructor
const
NiceNotificationBanner({
- Key? key,
- required String message,
- NiceNotificationType type = NiceNotificationType.info,
- VoidCallback? onDismiss,
- String? actionLabel,
- VoidCallback? onAction,
- bool showIcon = true,
Implementation
const NiceNotificationBanner({
super.key,
required this.message,
this.type = NiceNotificationType.info,
this.onDismiss,
this.actionLabel,
this.onAction,
this.showIcon = true,
});