gShift property Null safety

ShiftOperation gShift
final

Implementation

static final gShift = ShiftOperation(
    pressed: (LimitedState c) => c.handleShift(ShiftKey.g), name: 'g');