menu
neomage package
documentation
data/platform/notification_service.dart
NotificationAction
NotificationAction.new const constructor
NotificationAction.new const constructor
dark_mode
light_mode
NotificationAction
constructor
const
NotificationAction
(
{
required
String
id
,
required
String
label
,
void
onPressed
()?,
})
Implementation
const NotificationAction({ required this.id, required this.label, this.onPressed, });
neomage package
documentation
data/platform/notification_service
NotificationAction
NotificationAction.new const constructor
NotificationAction class