ReplaceTextIntent constructor

const ReplaceTextIntent(
  1. TextEditingValue currentTextEditingValue,
  2. String replacementText,
  3. TextRange replacementRange,
  4. SelectionChangedCause cause,
)

Creates a ReplaceTextIntent.

Implementation

const ReplaceTextIntent(
  this.currentTextEditingValue,
  this.replacementText,
  this.replacementRange,
  this.cause,
);