Adds the SemanticsAction.increase and SemanticsAction.decrease actions.
Source
void addAdjustmentActions() { addAction(SemanticsAction.increase); addAction(SemanticsAction.decrease); }
Adds the SemanticsAction.increase and SemanticsAction.decrease actions.
void addAdjustmentActions() { addAction(SemanticsAction.increase); addAction(SemanticsAction.decrease); }