CalcButton constructor
const
CalcButton({})
Implementation
const CalcButton(
{Key? key,
required this.color,
required this.textColor,
required this.buttonText,
required this.buttonTapped,
required this.buttonRadius});