buttonUp method Null safety
- Operation key
override
Implementation
@override
void buttonUp(Operation key) {
if (isDone) {
op.possiblyAlterStackLift(controller);
changeState(lastState.gosubDoneState(runner)).buttonUp(key);
} else {
super.buttonUp(key); // NOP
}
}