PlexLoginScreen constructor
const
PlexLoginScreen({
- Key? key,
- bool useScaffold = true,
- bool useBackground = false,
- PlexBackgroundType backgroundType = PlexBackgroundType.neoGlass,
- required PlexLoginConfig loginConfig,
- required String nextRoute,
Implementation
const PlexLoginScreen({
super.key,
super.useScaffold,
super.useBackground,
super.backgroundType,
required this.loginConfig,
required this.nextRoute,
});