CalcButtonView constructor

const CalcButtonView(
  1. String buttonText,
  2. Color buttonColor,
  3. void buttonPressed()?, {
  4. Key? key,
  5. double fontSize = 27,
})

Implementation

const CalcButtonView(this.buttonText, this.buttonColor, this.buttonPressed,
    {super.key, this.fontSize = 27});