menu
flutter_desktop_notifications package
documentation
notification_message.dart
NotificationSelection
NotificationSelection.new const constructor
NotificationSelection.new const constructor
dark_mode
light_mode
NotificationSelection
constructor
const
NotificationSelection
(
{
required
String
id
,
required
String
content
,
})
Implementation
const NotificationSelection({required this.id, required this.content});
flutter_desktop_notifications package
documentation
notification_message
NotificationSelection
NotificationSelection.new const constructor
NotificationSelection class