altKey property - KeyEvent class - dart:html library (original) (raw)
bool getaltKey
override
Calculated value of whether the alt key is pressed is for this event.
Implementation
bool get altKey => _shadowAltKey;
bool getaltKey
override
Calculated value of whether the alt key is pressed is for this event.
bool get altKey => _shadowAltKey;