PlexScreen constructor
const
PlexScreen({
- Key? key,
- bool useScaffold = true,
- bool useBackground = false,
- PlexBackgroundType backgroundType = PlexBackgroundType.neoGlass,
Implementation
const PlexScreen({
super.key,
this.useScaffold = true,
this.useBackground = false,
this.backgroundType = PlexBackgroundType.neoGlass,
});