apply abstract method

TextEditingValue apply(
  1. 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);