WeebiNumPadButton constructor
const
WeebiNumPadButton({})
Implementation
const WeebiNumPadButton(
{required this.onPressed,
required this.string,
required this.tooltip,
this.backColor,
this.fontColor = Colors.black,
Key? key})
: super(key: key);