shiftLeft constant

Key const shiftLeft

Implementation

static const Key shiftLeft = Key._(
    keyCode: 16, code: 'ShiftLeft', key: 'Shift', location: KeyLocation.left);