WallPaperWidget constructor

const WallPaperWidget({
  1. required String wallpaperUrl,
  2. Key? key,
})

Implementation

const WallPaperWidget({required this.wallpaperUrl, super.key});