HeaderWithNotifications constructor
- {required String? name,
- required InternalNotification notification,
- required Function dismissNotification}
Implementation
HeaderWithNotifications(
{required this.name,
required this.notification,
required this.dismissNotification});