menu
spark_framework package
documentation
spark.dart
NotificationAction
NotificationAction.new const constructor
NotificationAction.new const constructor
dark_mode
light_mode
NotificationAction
constructor
const
NotificationAction
(
{
required
String
action
,
required
String
title
,
String
?
icon
,
})
Implementation
const NotificationAction({ required this.action, required this.title, this.icon, });
spark_framework package
documentation
spark
NotificationAction
NotificationAction.new const constructor
NotificationAction class