CustomButton constructor
const
CustomButton({})
Implementation
const CustomButton({
super.key,
required this.label,
this.onPressed,
this.isLoading = false,
this.isOutlined = false,
this.icon,
this.width,
});