isComposing property
bool?
get
isComposing
Implementation
_i2.bool? get isComposing => _i4.getProperty(
this,
'isComposing',
);
set
isComposing
(bool? value)
Implementation
set isComposing(_i2.bool? value) {
_i4.setProperty(
this,
'isComposing',
value ?? _i6.undefined,
);
}