CustomButton constructor
const
CustomButton({})
Implementation
const CustomButton({
super.key,
required this.text,
this.onPressed,
this.isLoading = false,
this.isOutlined = false,
this.icon,
this.backgroundColor,
this.textColor,
this.width,
this.height = 50,
this.borderRadius = 12,
});