CustomButton constructor
CustomButton({})
Implementation
CustomButton({
this.label,
this.icon,
this.iconGap,
this.onTap,
this.isLoading,
this.color,
this.textColor,
this.padding,
this.radius,
this.trailing,
this.textSize,
this.borderColor,
});