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