LinuxNotificationDetails constructor
const
LinuxNotificationDetails({
- LinuxNotificationIcon? icon,
- LinuxNotificationSound? sound,
- LinuxNotificationCategory? category,
- LinuxNotificationUrgency? urgency,
- LinuxNotificationTimeout timeout = const LinuxNotificationTimeout.systemDefault(),
- bool resident = false,
- bool suppressSound = false,
- bool transient = false,
- LinuxNotificationLocation? location,
- String? defaultActionName,
- List<
LinuxNotificationCustomHint> ? customHints, - List<
LinuxNotificationAction> actions = const <LinuxNotificationAction>[], - bool actionKeyAsIconName = false,
Constructs an instance of LinuxNotificationDetails.
Implementation
const LinuxNotificationDetails({
this.icon,
this.sound,
this.category,
this.urgency,
this.timeout = const LinuxNotificationTimeout.systemDefault(),
this.resident = false,
this.suppressSound = false,
this.transient = false,
this.location,
this.defaultActionName,
this.customHints,
this.actions = const <LinuxNotificationAction>[],
this.actionKeyAsIconName = false,
});