dart format

This commit is contained in:
Fabian Freund
2026-02-22 18:55:47 +01:00
parent ac80632eeb
commit 3094f68607
15 changed files with 55 additions and 84 deletions
@@ -49,11 +49,6 @@ class SafeRawImage extends StatelessWidget {
return fallback ?? SizedBox(width: width, height: height);
}
return RawImage(
image: uiImage,
width: width,
height: height,
fit: fit,
);
return RawImage(image: uiImage, width: width, height: height, fit: fit);
}
}