MyFlatButton constructor
const
MyFlatButton({})
Implementation
const MyFlatButton({
super.key,
required this.text,
required this.onPressed,
this.borderColor = Colors.black,
this.textColor = Colors.white,
this.width,
});