menu
neomage package
documentation
data/services/notification_service_full.dart
NotificationAction
NotificationAction.new const constructor
NotificationAction.new const constructor
dark_mode
light_mode
NotificationAction
constructor
const
NotificationAction
(
{
required
String
label
,
void
callback
()?,
bool
isPrimary
=
false
,
})
Implementation
const NotificationAction({ required this.label, this.callback, this.isPrimary = false, });
neomage package
documentation
data/services/notification_service_full
NotificationAction
NotificationAction.new const constructor
NotificationAction class