override
True if the shift key was pressed during this event.
Implementation
bool get shiftKey => _parent.shiftKey;
shiftKey property - KeyEvent class - dart:html library
override
True if the shift key was pressed during this event.
bool get shiftKey => _parent.shiftKey;