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