UpdateSelectionIntent constructor Null safety
- TextEditingValue currentTextEditingValue,
- TextSelection newSelection,
- SelectionChangedCause cause
Creates an UpdateSelectionIntent.
Implementation
const UpdateSelectionIntent(this.currentTextEditingValue, this.newSelection, this.cause);