copyWith method
Implementation
BackgroundTypeWallpaper copyWith({bool? isBlurred, bool? isMoving}) =>
BackgroundTypeWallpaper(
isBlurred: isBlurred ?? this.isBlurred,
isMoving: isMoving ?? this.isMoving,
);
BackgroundTypeWallpaper copyWith({bool? isBlurred, bool? isMoving}) =>
BackgroundTypeWallpaper(
isBlurred: isBlurred ?? this.isBlurred,
isMoving: isMoving ?? this.isMoving,
);