shiftKey property

bool? shiftKey

Implementation

_i2.bool? get shiftKey => _i4.getProperty(
      this,
      'shiftKey',
    );
void shiftKey=(bool? value)

Implementation

set shiftKey(_i2.bool? value) {
  _i4.setProperty(
    this,
    'shiftKey',
    value ?? _i6.undefined,
  );
}