ctrlKey property - KeyEvent class - dart:html library (original) (raw)
bool getctrlKey
override
True if the ctrl key is pressed during this event.
Implementation
bool get ctrlKey => _parent.ctrlKey;
bool getctrlKey
override
True if the ctrl key is pressed during this event.
bool get ctrlKey => _parent.ctrlKey;