showHex property Null safety

NormalOperation showHex
final

Implementation

static final NormalOperation showHex = NormalOperation(
    calc: null,
    pressed: (ActiveState cs) => cs.handleShow(DisplayMode.hex),
    stackLift: StackLift.neutral,
    endsDigitEntry: false, // Not in float moad
    name: 'SHOW HEX');