PlexBackground constructor
const
PlexBackground({
- Key? key,
- PlexBackgroundType type = PlexBackgroundType.neoGlass,
- required Widget child,
Implementation
const PlexBackground({
super.key,
this.type = PlexBackgroundType.neoGlass,
required this.child,
});