ExtendSelectionVerticallyToAdjacentPageIntent constructor

const ExtendSelectionVerticallyToAdjacentPageIntent({
  1. required bool forward,
  2. required bool collapseSelection,
})

Creates an ExtendSelectionVerticallyToAdjacentPageIntent.

Implementation

const ExtendSelectionVerticallyToAdjacentPageIntent({
  required bool forward,
  required bool collapseSelection,
}) : super(forward, collapseSelection);