CustomTextButton constructor
Implementation
CustomTextButton(
this.text, {
required this.onClick,
this.iconRight,
this.iconLeft,
this.fontSize,
this.width,
this.fontColor,
this.fontWeight,
});
CustomTextButton(
this.text, {
required this.onClick,
this.iconRight,
this.iconLeft,
this.fontSize,
this.width,
this.fontColor,
this.fontWeight,
});