WindowsAction constructor
const
WindowsAction({
- required String content,
- required String arguments,
- WindowsActivationType activationType = WindowsActivationType.foreground,
- WindowsNotificationBehavior activationBehavior = WindowsNotificationBehavior.dismiss,
- WindowsActionPlacement? placement,
- Uri? imageUri,
- String? inputId,
- WindowsButtonStyle? buttonStyle,
- String? tooltip,
Constructs a Windows notification button from parameters.
Implementation
const WindowsAction({
required this.content,
required this.arguments,
this.activationType = WindowsActivationType.foreground,
this.activationBehavior = WindowsNotificationBehavior.dismiss,
this.placement,
this.imageUri,
this.inputId,
this.buttonStyle,
this.tooltip,
});