altGraphKey property

bool altGraphKey

Returns whether the alt-graph key is pressed.

Implementation

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