ExploreSectionArguments constructor
- {required String title,
- required ExploreSectionType type,
- String? description,
- ExplorePageArguments? link,
- Map<
String, dynamic> ? baseParams, - BaseExploreFilter? filter,
- Color? backgroundColor}
Implementation
ExploreSectionArguments({
required this.title,
required this.type,
this.description,
this.link,
this.baseParams,
this.filter,
this.backgroundColor,
});