StaticWallpaperRequestData constructor

StaticWallpaperRequestData({
  1. WallpaperSourceData? source,
  2. WallpaperTargetData? target,
  3. WallpaperScaleModeData? scaleMode,
  4. WallpaperApplyStrategyData? strategy,
  5. bool? goToHome,
})

Implementation

StaticWallpaperRequestData({
  this.source,
  this.target,
  this.scaleMode,
  this.strategy,
  this.goToHome,
});