isComposing property
bool
get
isComposing
True while the platform IM has an active composing range (preedit).
Implementation
bool get isComposing => _composing;
True while the platform IM has an active composing range (preedit).
bool get isComposing => _composing;