NumButton constructor
const
NumButton({})
Implementation
const NumButton({
Key? key,
required this.number,
required this.onTap,
this.highlightColor,
this.numberStyle,
this.radius,
this.arabicDigits = false,
}) : super(key: key);