PumaButton constructor
PumaButton({})
Implementation
PumaButton({
Key? key,
this.title = "",
this.subtitle,
this.color,
this.textColor,
this.disabled = false,
this.icon,
this.titleFontSize = 18,
this.width,
required this.onPressed,
}) : super(key: key);