customActions property

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

Custom actions that will be executed around the subtree of this widget.

See also:

Implementation

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