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