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