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