reciprocal property Null safety
Implementation
CalculatorButton get reciprocal => CalculatorButton(
factory,
'1/x',
'E',
'\u0394%',
Operations15.reciprocal15,
Operations15.letterLabelE,
Operations15.deltaPercent,
'E');