isComposing property - KeyEvent class - dart:html library (original) (raw)
bool getisComposing
override
Implementation
bool get isComposing => _parent.isComposing!;
bool getisComposing
override
bool get isComposing => _parent.isComposing!;