ExploreSectionWidget constructor

ExploreSectionWidget(
  1. {required ExploreSection<Explorable> data,
  2. required dynamic toggleFilterOption(
    1. BaseExploreFilterOption option
    ),
  3. required dynamic changePage(
    1. ExplorePageArguments page
    )}
)

Implementation

ExploreSectionWidget({
  required this.data,
  required this.toggleFilterOption,
  required this.changePage,
});