isComposing property
bool
get
isComposing
Implementation
bool get isComposing => js_util.getProperty(this, 'isComposing');
set
isComposing
(bool newValue)
Implementation
set isComposing(bool newValue) {
js_util.setProperty(this, 'isComposing', newValue);
}