Calculator constructor

const Calculator({
  1. Key? key,
  2. CalculatorType? calculatorType,
})

Implementation

const Calculator({Key? key, this.calculatorType}) : super(key: key);