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