menu
js_notifications package
documentation
interop/js_notification/js_notification_action.dart
JSNotificationAction
JSNotificationAction.new const constructor
JSNotificationAction.new const constructor
dark_mode
light_mode
JSNotificationAction
constructor
const
JSNotificationAction
(
{
required
String
action
,
required
String
title
,
String
?
icon
,
})
Implementation
const JSNotificationAction( {required this.action, required this.title, this.icon});
js_notifications package
documentation
interop/js_notification/js_notification_action
JSNotificationAction
JSNotificationAction.new const constructor
JSNotificationAction class