CustomButton constructor
Implementation
CustomButton({
required this.action,
this.show = true,
this.backgroundColor,
this.disabled = false,
this.icon,
this.text,
this.textStyle,
this.customComponent,
this.iconStyle,
});
CustomButton({
required this.action,
this.show = true,
this.backgroundColor,
this.disabled = false,
this.icon,
this.text,
this.textStyle,
this.customComponent,
this.iconStyle,
});