Button constructor
const
Button(})
Implementation
const Button(
this.text, {
super.key,
this.onPressed,
this.icon,
this.iconColor,
this.disabledTextColor = Colors.white,
this.busy = false,
this.pill = false,
this.type = ButtonType.primary,
this.busyText,
this.fontSize,
});