menu
arcane package
documentation
component/app.dart
ArcaneApp
actions property
actions property
dark_mode
light_mode
actions
property
Map
<
Type
,
Action
<
Intent
>
>
?
actions
final
Actions that can be invoked by intents
Implementation
final Map<Type, Action<Intent>>? actions;
arcane package
documentation
component/app
ArcaneApp
actions property
ArcaneApp class