altKey property Null safety

bool altKey
override

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

Implementation

bool get altKey => _shadowAltKey;