ScreenSaverWrapper constructor
const
ScreenSaverWrapper({})
Creates a ScreenSaverWrapper widget.
Implementation
const ScreenSaverWrapper({
super.key,
required this.child,
required this.mediaItems,
this.inactivityDuration = const Duration(minutes: 1),
this.slideDuration = const Duration(seconds: 5),
this.slideCurve = Curves.easeInOut,
this.backgroundColor = Colors.black,
});