ExploreSectionWidget constructor
- {required ExploreSection<
Explorable> data, - required dynamic toggleFilterOption(
- BaseExploreFilterOption option
- required dynamic changePage(
- ExplorePageArguments page
Implementation
ExploreSectionWidget({
required this.data,
required this.toggleFilterOption,
required this.changePage,
});