hasAction method
- SemanticsAction action
Whether actions contains the given action.
Implementation
bool hasAction(SemanticsAction action) => (actions & action.index) != 0;
Whether actions contains the given action.
bool hasAction(SemanticsAction action) => (actions & action.index) != 0;