XfdnButton constructor
const
XfdnButton({})
Implementation
const XfdnButton({
super.key,
required this.text,
required this.onPressed,
this.width,
this.icon,
this.backgroundColor,
this.height,
});
const XfdnButton({
super.key,
required this.text,
required this.onPressed,
this.width,
this.icon,
this.backgroundColor,
this.height,
});