BackgroundTypeWallpaper constructor

const BackgroundTypeWallpaper({
  1. required bool isBlurred,
  2. required bool isMoving,
})

A wallpaper in JPEG format

Implementation

const BackgroundTypeWallpaper({
  required this.isBlurred,
  required this.isMoving,
});