WallpaperSourceData constructor
WallpaperSourceData({
- WallpaperSourceKindData? kind,
- String? url,
- String? filePath,
- String? contentUri,
- Uint8List? bytes,
Implementation
WallpaperSourceData({
this.kind,
this.url,
this.filePath,
this.contentUri,
this.bytes,
});