menu
contacto
tabs/notifications/recent_notifications_tab.dart
RecentNotificationsTab
RecentNotificationsTab const constructor
RecentNotificationsTab
brightness_4
brightness_5
RecentNotificationsTab
constructor
const
RecentNotificationsTab
(
{
Key?
key
,
required
Future
<
Map
<
String
,
dynamic
>
>
getRecentNotifications
}
)
Implementation
const RecentNotificationsTab({ Key? key, required this.getRecentNotifications, }) : super(key: key);
contacto
recent_notifications_tab
RecentNotificationsTab
RecentNotificationsTab const constructor
RecentNotificationsTab class