formatting

This commit is contained in:
mertalev
2025-07-30 20:21:24 -04:00
parent b81081e777
commit 4f19dacecd
12 changed files with 58 additions and 117 deletions
+1 -5
View File
@@ -101,11 +101,7 @@ class _BlurredBackdrop extends HookWidget {
child: DecoratedBox(
decoration: BoxDecoration(
image: DecorationImage(
image: ImmichImage.imageProvider(
asset: asset,
height: context.height,
width: context.width,
),
image: ImmichImage.imageProvider(asset: asset, height: context.height, width: context.width),
fit: BoxFit.cover,
),
),