ClfFilledButton constructor
ClfFilledButton({})
Implementation
ClfFilledButton({
super.key,
this.text,
this.onPressed,
this.icon,
this.backgroundColor,
this.iconBeforeText = false,
this.width,
this.height,
});