NotificationInboxBell constructor

const NotificationInboxBell({
  1. Key? key,
  2. VoidCallback? onTap,
})

Implementation

const NotificationInboxBell({
  super.key,
  this.onTap,
});