menu
nomo_ui_kit package
documentation
app/notifications/app_notification.dart
InAppNotification
InAppNotification const constructor
InAppNotification const constructor
dark_mode
light_mode
InAppNotification
constructor
const
InAppNotification
(
{
required
Widget
child
,
Key
?
key
,
})
Creates an in-app notification system.
Implementation
const InAppNotification({ required this.child, super.key, });
nomo_ui_kit package
documentation
app/notifications/app_notification
InAppNotification
InAppNotification const constructor
InAppNotification class