PlexLoginScreen constructor

const PlexLoginScreen({
  1. Key? key,
  2. bool useScaffold = true,
  3. bool useBackground = false,
  4. PlexBackgroundType backgroundType = PlexBackgroundType.neoGlass,
  5. required PlexLoginConfig loginConfig,
  6. required String nextRoute,
})

Implementation

const PlexLoginScreen({
  super.key,
  super.useScaffold,
  super.useBackground,
  super.backgroundType,
  required this.loginConfig,
  required this.nextRoute,
});