clearComposing method

dynamic clearComposing()

Implementation

clearComposing() {
  value = value.copyWith(composing: TextRange.empty);
}