WallpaperSourceData constructor

WallpaperSourceData({
  1. WallpaperSourceKindData? kind,
  2. String? url,
  3. String? filePath,
  4. String? contentUri,
  5. Uint8List? bytes,
})

Implementation

WallpaperSourceData({
  this.kind,
  this.url,
  this.filePath,
  this.contentUri,
  this.bytes,
});