altKey property

bool altKey

Whether the alt key is pressed.

Implementation

bool get altKey => _flags & _altKey != 0;