shiftKey property
bool?
get
shiftKey
Whether or not the SHIFT key is pressed.
Implementation
bool? get shiftKey => _wrapped.shiftKey;
set
shiftKey
(bool? v)
Implementation
set shiftKey(bool? v) {
_wrapped.shiftKey = v;
}