possiblyAlterStackLift method Null safety

void possiblyAlterStackLift(
  1. Controller c
)

Either enable or disable stack lift, if appropriate, after this operation's calculation is done. This will not be called if this operation doesn't have a calculation (intCalc or floatCalc on itself, or on its argument).

Implementation

void possiblyAlterStackLift(Controller c) => _stackLift._possiblyAlter(c);