NotificationAction constructor
const
NotificationAction({
- required String content,
- required String arguments,
- NotificationActivationType activationType = NotificationActivationType.foreground,
- String? imageUri,
- String? inputId,
- NotificationButtonStyle? buttonStyle,
- bool contextMenu = false,
Implementation
const NotificationAction({
required this.content,
required this.arguments,
this.activationType = NotificationActivationType.foreground,
this.imageUri,
this.inputId,
this.buttonStyle,
this.contextMenu = false,
});