ReplaceTextIntent constructor
- TextEditingValue currentTextEditingValue,
- String replacementText,
- TextRange replacementRange,
- SelectionChangedCause cause,
Creates a ReplaceTextIntent.
Implementation
const ReplaceTextIntent(
this.currentTextEditingValue,
this.replacementText,
this.replacementRange,
this.cause,
);