AgViewAllButton constructor
const
AgViewAllButton({})
Implementation
const AgViewAllButton({
super.key,
required this.title,
required this.onTap,
this.titleTextStyle,
this.textSize = 18,
this.viewAllText,
this.titleWidget,
this.textColor,
this.padding,
this.showViewAll = true,
this.hideViewAllIcon = false,
});