shiftRight constant

Key const shiftRight

Implementation

static const Key shiftRight = Key._(
    keyCode: 16,
    code: 'ShiftRight',
    key: 'Shift',
    location: KeyLocation.right);