FxNotificationTile constructor
FxNotificationTile({
- Key? key,
- required FxNotification notification,
- VoidCallback? onTap,
- VoidCallback? onDelete,
Implementation
FxNotificationTile({
super.key,
required this.notification,
this.onTap,
this.onDelete,
});