NotificationInboxBell constructor
const
NotificationInboxBell({
- Key? key,
- VoidCallback? onTap,
Implementation
const NotificationInboxBell({
super.key,
this.onTap,
});
const NotificationInboxBell({
super.key,
this.onTap,
});