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

description

bool getaltKey

override

Calculated value of whether the alt key is pressed is for this event.

Implementation

bool get altKey => _shadowAltKey;