NotificationButton constructor

const NotificationButton({
  1. Key? key,
  2. required VoidCallback onNotificationPressed,
  3. required int notificationCount,
})

Implementation

const NotificationButton({
  Key? key,
  required this.onNotificationPressed,
  required this.notificationCount,
});