apply 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);
This method will take the given TextEditingValue and return a new TextEditingValue with that instance of TextEditingDelta applied to it.
TextEditingValue apply(TextEditingValue value);