S360fNotificationCard constructor
const
S360fNotificationCard({
- required String message,
- VoidCallback? onClosePressed,
- String title = '',
- MainAxisSize mainAxisSize = MainAxisSize.min,
- S360fWidgetColorVariant type = S360fWidgetColorVariant.info,
- Widget? actionButton,
- double elevation = 2.0,
- Key? key,
Implementation
const S360fNotificationCard({
required this.message,
this.onClosePressed,
this.title = '',
this.mainAxisSize = MainAxisSize.min,
this.type = S360fWidgetColorVariant.info,
this.actionButton,
this.elevation = 2.0,
super.key,
});