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