NumberButton constructor
const
NumberButton({})
Implementation
const NumberButton({
super.key,
required this.number,
required this.size,
required this.color,
required this.onNumberTap,
this.buttonElevation,
this.foregroundColor,
this.buttonRadius,
});