SectionHeader constructor
Implementation
const SectionHeader({
super.key,
required this.title,
this.onTapSeeAll,
this.showSectionBg = true,
this.isShowSeeAllButton = false,
});
const SectionHeader({
super.key,
required this.title,
this.onTapSeeAll,
this.showSectionBg = true,
this.isShowSeeAllButton = false,
});