OpenGlWallpaperRequestData constructor
OpenGlWallpaperRequestData({
- String? fragmentShader,
- List<
WallpaperSourceData?> ? textures, - WallpaperTargetData? target,
- int? frameRate,
- bool? goToHome,
Implementation
OpenGlWallpaperRequestData({
this.fragmentShader,
this.textures,
this.target,
this.frameRate,
this.goToHome,
});