menu
flutter_local_notifications package
documentation
flutter_local_notifications.dart
WindowsNotificationDetails
actions property
actions property
dark_mode
light_mode
actions
property
List
<
WindowsAction
>
actions
final
A list of at most five action buttons.
Implementation
final List<WindowsAction> actions;
flutter_local_notifications package
documentation
flutter_local_notifications
WindowsNotificationDetails
actions property
WindowsNotificationDetails class