actionDispatcher property

ActionDispatcher actionDispatcher

Returns the action dispatcher from the closest widgets.Actions ancestor.

context.actionDispatcher is equivalent to widgets.Actions.of.

Implementation

widgets.ActionDispatcher get actionDispatcher {
  return widgets.Actions.of(this);
}