isShift property

bool get isShift

Implementation

bool get isShift =>
    physicalKey == PhysicalKeyboardKey.shiftLeft ||
    physicalKey == PhysicalKeyboardKey.shiftRight;