BackgroundTypeWallpaper constructor
const
BackgroundTypeWallpaper({})
Constructs a BackgroundTypeWallpaper object.
Implementation
const BackgroundTypeWallpaper({
required this.document,
required this.darkThemeDimming,
required this.isBlurred,
required this.isMoving,
});