textReplaced property Null safety
The original text that is being replaced in oldText.
Implementation
String get textReplaced => oldText.substring(replacedRange.start, replacedRange.end);
The original text that is being replaced in oldText.
String get textReplaced => oldText.substring(replacedRange.start, replacedRange.end);