RateExperiencePage constructor
const
RateExperiencePage(
- ServerConfig serverConfig,
- UserSpecificContext usersContext,
- String pageTitle, {
- Key? key,
- Widget? customView,
- RateExperienceConfig? config,
Implementation
const RateExperiencePage(this.serverConfig, this.usersContext, this.pageTitle,
{Key? key, this.customView, this.config})
: super(key: key);