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),