shift property

bool? shift

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

Implementation

bool? get shift => _shift;