actions property

Map<Type, Action<Intent>>? actions
final

The actions. Defaults to calling onPress when ActivateIntent is invoked and onPress is not null.

Implementation

final Map<Type, Action<Intent>>? actions;