PlexScreen constructor

const PlexScreen({
  1. Key? key,
  2. bool useScaffold = true,
  3. bool useBackground = false,
  4. PlexBackgroundType backgroundType = PlexBackgroundType.neoGlass,
})

Implementation

const PlexScreen({
  super.key,
  this.useScaffold = true,
  this.useBackground = false,
  this.backgroundType = PlexBackgroundType.neoGlass,
});