Dart
dart:html
KeyEvent
isComposing property
isComposing
KeyEvent class
Constructors
KeyEvent
wrap
Properties
altKey
charCode
code
ctrlKey
currentTarget
detail
isComposed
isComposing
key
keyCode
location
metaKey
repeat
shiftKey
sourceCapabilities
view
which
bubbles
cancelable
composed
defaultPrevented
eventPhase
hashCode
isTrusted
matchingTarget
path
runtimeType
target
timeStamp
type
wrapped
Methods
getModifierState
composedPath
noSuchMethod
preventDefault
stopImmediatePropagation
stopPropagation
toString
Operators
operator ==
Static properties
canUseDispatchEvent
keyDownEvent
keyPressEvent
keyUpEvent
isComposing property
bool
isComposing
Implementation
bool get isComposing => _parent.isComposing;