VideoWallpaperRequestData constructor
VideoWallpaperRequestData({
- WallpaperSourceData? source,
- WallpaperTargetData? target,
- WallpaperScaleModeData? scaleMode,
- bool? goToHome,
Implementation
VideoWallpaperRequestData({
this.source,
this.target,
this.scaleMode,
this.goToHome,
});