void addAdjustmentActions()

Adds the SemanticsAction.increase and SemanticsAction.decrease actions.

Source

void addAdjustmentActions() {
  addAction(SemanticsAction.increase);
  addAction(SemanticsAction.decrease);
}