NormalOperationOrLetter constructor Null safety
- NormalOperation op,
- LetterLabel letter
Implementation
NormalOperationOrLetter(NormalOperation op, LetterLabel letter)
: numericValue = letter.numericValue,
programListingArgName = letter.name,
super.floatOnly(
pressed: op._pressed,
stackLift: op._stackLift,
floatCalc: op.floatCalc!,
complexCalc: op.complexCalc,
name: op.name);