WallpaperCapabilitiesData constructor

WallpaperCapabilitiesData({
  1. bool? supportsStaticWallpaper,
  2. bool? supportsLiveWallpaper,
  3. bool? supportsOpenGlLiveWallpaper,
  4. bool? supportsHomeWallpaper,
  5. bool? supportsLockWallpaper,
  6. bool? supportsBothWallpapers,
  7. bool? canSetWallpaper,
  8. bool? hasSystemWallpaperPicker,
  9. bool? requiresForeground,
  10. String? manufacturer,
  11. int? sdkInt,
  12. String? openGlVersion,
  13. 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,
});