menu
armoyu_widgets package
documentation
sources/notifications/bundle/notifications_bundle.dart
NotificationsBundle
NotificationsBundle.new constructor
NotificationsBundle.new constructor
dark_mode
light_mode
NotificationsBundle
constructor
NotificationsBundle
(
{
required
Rxn
<
Widget
>
widget
,
required
Future
<
void
>
refresh
(),
required
Future
<
void
>
loadMore
(),
})
Implementation
NotificationsBundle({ required this.widget, required this.refresh, required this.loadMore, });
armoyu_widgets package
documentation
sources/notifications/bundle/notifications_bundle
NotificationsBundle
NotificationsBundle.new constructor
NotificationsBundle class