isComposing property

bool? isComposing

Implementation

_i2.bool? get isComposing => _i4.getProperty(
      this,
      'isComposing',
    );
void isComposing=(bool? value)

Implementation

set isComposing(_i2.bool? value) {
  _i4.setProperty(
    this,
    'isComposing',
    value ?? _i6.undefined,
  );
}