небольшие изменения

This commit is contained in:
Jganenokk
2026-07-05 19:07:27 +07:00
parent 26f0094705
commit 9f9b0e0734
214 changed files with 27592 additions and 15353 deletions
+5 -2
View File
@@ -21,8 +21,11 @@ class PhotoViewerScreen extends StatelessWidget {
maxScale: 5,
child: Center(
child: _url.isEmpty
? const Icon(Symbols.broken_image,
color: Colors.white54, size: 64)
? const Icon(
Symbols.broken_image,
color: Colors.white54,
size: 64,
)
: CachedNetworkImage(
imageUrl: _url,
fit: BoxFit.contain,