altKey property

bool altKey

Returns whether the alt key is pressed.

Implementation

bool get altKey => _safeOriginal((e) => e.altKey, false);