getActionHandler method
- SemanticsAction action
Returns the action handler registered for action
or null if none was
registered.
Implementation
SemanticsActionHandler? getActionHandler(SemanticsAction action) => _actions[action];
Returns the action handler registered for action
or null if none was
registered.
SemanticsActionHandler? getActionHandler(SemanticsAction action) => _actions[action];