WallpaperCapabilitiesData constructor
WallpaperCapabilitiesData({
- bool? supportsStaticWallpaper,
- bool? supportsLiveWallpaper,
- bool? supportsOpenGlLiveWallpaper,
- bool? supportsHomeWallpaper,
- bool? supportsLockWallpaper,
- bool? supportsBothWallpapers,
- bool? canSetWallpaper,
- bool? hasSystemWallpaperPicker,
- bool? requiresForeground,
- String? manufacturer,
- int? sdkInt,
- String? openGlVersion,
- String? openGlRenderer,
Implementation
WallpaperCapabilitiesData({
this.supportsStaticWallpaper,
this.supportsLiveWallpaper,
this.supportsOpenGlLiveWallpaper,
this.supportsHomeWallpaper,
this.supportsLockWallpaper,
this.supportsBothWallpapers,
this.canSetWallpaper,
this.hasSystemWallpaperPicker,
this.requiresForeground,
this.manufacturer,
this.sdkInt,
this.openGlVersion,
this.openGlRenderer,
});