ExtendSelectionByCharacterIntent constructor Null safety

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

Creates an ExtendSelectionByCharacterIntent.

Implementation

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