CalculatorTab constructor

const CalculatorTab(
  1. {Key? key}
)

Implementation

const CalculatorTab({
  Key? key,
}) : super(key: key);