clear method

  1. @override
  2. @Deprecated('This will be removed in a future release. Use clearText or clearTextAndSelection instead')
void clear()
override

Clears the text, selection, composing attributions, and composing region.

Implementation

@override
@Deprecated('This will be removed in a future release. Use clearText or clearTextAndSelection instead')
void clear() {
  // ignore: deprecated_member_use_from_same_package
  _realController.clear();
}