From 76ee41c3f8f82e960b2cbe929417184ffd682f85 Mon Sep 17 00:00:00 2001 From: MohammadTaha Basiri Date: Tue, 11 Jan 2022 16:17:01 +0330 Subject: [PATCH] bug fix --- lib/widgets/skeletun_image.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/widgets/skeletun_image.dart b/lib/widgets/skeletun_image.dart index 6699973..c5dd3eb 100644 --- a/lib/widgets/skeletun_image.dart +++ b/lib/widgets/skeletun_image.dart @@ -40,6 +40,7 @@ class SkeletonImage extends StatelessWidget { child: Container( decoration: BoxDecoration( color: Theme.of(context).colorScheme.disabledBackground, + borderRadius: borderRadius, ), height: height, width: width,