FxButton constructor
FxButton({})
Implementation
FxButton({
super.key,
required this.label,
required this.onPressed,
this.variant = FxButtonVariant.primary,
this.isLoading = false,
this.isFullWidth = true,
this.prefixIcon,
this.suffixIcon,
this.height = 0,
this.foregroundColor,
this.backgroundColor,
this.borderColor,
});