RateExperiencePage constructor

const RateExperiencePage(
  1. ServerConfig serverConfig,
  2. UserSpecificContext usersContext,
  3. String pageTitle, {
  4. Key? key,
  5. Widget? customView,
  6. RateExperienceConfig? config,
})

Implementation

const RateExperiencePage(this.serverConfig, this.usersContext, this.pageTitle,
    {Key? key, this.customView, this.config})
    : super(key: key);