CustomButton constructor
CustomButton({})
Implementation
CustomButton({
super.key,
required this.text,
required this.onPressed,
this.isOutlined = false,
this.height = 40,
this.width,
this.prefixIcon,
this.suffixIcon,
this.iconGap = 8.0,
this.textColor,
this.iconColor,
this.isLoading,
});