ExtendSelectionByPageIntent constructor

const ExtendSelectionByPageIntent(
  1. {required bool forward}
)

Creates a ExtendSelectionByPageIntent.

Implementation

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