UpdateSelectionIntent constructor

const UpdateSelectionIntent(
  1. TextEditingValue currentTextEditingValue,
  2. TextSelection newSelection,
  3. SelectionChangedCause cause
)

Creates an UpdateSelectionIntent.

Implementation

const UpdateSelectionIntent(this.currentTextEditingValue, this.newSelection, this.cause);