apply abstract method Null safety
- TextEditingValue value
This method will take the given TextEditingValue and return a new TextEditingValue with that instance of TextEditingDelta applied to it.
Implementation
TextEditingValue apply(TextEditingValue value);