showOct property Null safety

NormalOperation showOct
final

Implementation

static final NormalOperation showOct = NormalOperation(
    calc: null,
    pressed: (ActiveState cs) => cs.handleShow(DisplayMode.oct),
    stackLift: StackLift.neutral,
    endsDigitEntry: false, // Not in float mode
    name: 'SHOW OCT');