ButtonWidget constructor
ButtonWidget({})
Implementation
ButtonWidget({
Key? key,
this.text, required this.tap, this.width,this.height=50, this.bgColor, this.brdColor, this.textColor, this.content
}) : super(key: key);