isComposing property

bool isComposing

Implementation

bool get isComposing => js_util.getProperty(this, 'isComposing');
void isComposing=(bool newValue)

Implementation

set isComposing(bool newValue) {
  js_util.setProperty(this, 'isComposing', newValue);
}