Creates an ExtendSelectionVerticallyToAdjacentLineIntent.
Implementation
const ExtendSelectionVerticallyToAdjacentLineIntent({
required bool forward,
required bool collapseSelection,
}) : super(forward, collapseSelection);
Creates an ExtendSelectionVerticallyToAdjacentLineIntent.
const ExtendSelectionVerticallyToAdjacentLineIntent({
required bool forward,
required bool collapseSelection,
}) : super(forward, collapseSelection);