moveSelectionsVertically method

bool moveSelectionsVertically({
  1. required bool below,
})

Moves every active cursor up or down by one visible line.

Implementation

bool moveSelectionsVertically({required bool below}) {
  return _applyVerticalMappedEnds(below: below);
}