clearAlignAll method

void clearAlignAll()

Implementation

void clearAlignAll() {
  for (final it in _positions) {
    it.clearAlign();
  }
}