actions property

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

A map of Intent keys to Action objects that defines which actions this widget knows about.

If null -> the "click on enter" is added by default

Implementation

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