showDec property Null safety

NormalOperation showDec
final

Implementation

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