ZetaNotificationListItem constructor
- Key? key,
- bool? rounded,
- required ZetaNotificationBadge leading,
- required Widget body,
- required String title,
- bool notificationRead = false,
- String? notificationTime,
- Widget? action,
- bool? showDivider = false,
- String? semanticLabel,
- Widget? attachment,
- bool? showBellIcon = false,
- List<
ZetaSlidableAction> slidableActions = const [], - bool? paleButtonColors,
Constructor for ZetaNotificationListItem
Implementation
const ZetaNotificationListItem({
super.key,
super.rounded,
required this.leading,
required this.body,
required this.title,
this.notificationRead = false,
this.notificationTime,
this.action,
this.showDivider = false,
this.semanticLabel,
this.attachment,
this.showBellIcon = false,
this.slidableActions = const [],
this.paleButtonColors,
});