shiftKey property - KeyEvent class - dart:html library (original) (raw)

description

bool getshiftKey

override

True if the shift key was pressed during this event.

Implementation

bool get shiftKey => _parent.shiftKey;