ExplorePage constructor

ExplorePage(
  1. ExplorePageArguments args,
  2. {Key? key}
)

Implementation

ExplorePage(this.args, {Key? key}) : super(key: key);