CustomTextButton constructor
const
CustomTextButton({})
Implementation
const CustomTextButton({
super.key,
this.text,
this.actionLink,
this.actionType,
this.textColor = "#000",
this.bgColor = "#FFF",
});
const CustomTextButton({
super.key,
this.text,
this.actionLink,
this.actionType,
this.textColor = "#000",
this.bgColor = "#FFF",
});