alt property

bool? alt

If this shortcut has a trigger, this indicates whether or not the alt modifier needs to be down or not.

Implementation

bool? get alt => _alt;