menu
tf_shadcn_flutter package
documentation
shadcn_flutter_experimental.dart
Clickable
actions property
actions property
dark_mode
light_mode
actions
property
Map
<
Type
,
Action
<
Intent
>
>
?
actions
final
Actions to handle for intents.
Implementation
final Map<Type, Action<Intent>>? actions;
tf_shadcn_flutter package
documentation
shadcn_flutter_experimental
Clickable
actions property
Clickable class