isComposingActive property
bool
get
isComposingActive
Whether an IME composition (e.g. CJK pinyin/kana) is currently in progress. While true, the platform input method owns the keyboard, so hardware-key handlers must defer to it and external selection changes must finalize the composition first.
Implementation
bool get isComposingActive => _imeComposition != null;