From 7905f51067b846eb9b001b9690e8943f98590ff5 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Thu, 12 Dec 2024 16:44:45 +0800 Subject: [PATCH] opt: image view Signed-off-by: bggRGjQaUbCoE --- lib/common/widgets/imageview.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/common/widgets/imageview.dart b/lib/common/widgets/imageview.dart index 88e08f68..40a647b5 100644 --- a/lib/common/widgets/imageview.dart +++ b/lib/common/widgets/imageview.dart @@ -77,6 +77,7 @@ Widget imageview( // ); }, child: Stack( + alignment: Alignment.center, children: [ ClipRRect( borderRadius: BorderRadius.circular(12),