From 525504265c6e9be90758af1e4562747c77905775 Mon Sep 17 00:00:00 2001 From: tahaalam Date: Sun, 16 Nov 2025 10:42:00 +0300 Subject: [PATCH] issue resolution --- lib/widgets/common_bottom_sheet.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/widgets/common_bottom_sheet.dart b/lib/widgets/common_bottom_sheet.dart index 3f45934e..318751f7 100644 --- a/lib/widgets/common_bottom_sheet.dart +++ b/lib/widgets/common_bottom_sheet.dart @@ -182,7 +182,8 @@ void showCommonBottomSheetWithoutHeight( child, ], ), - ), + ) + : child, ), ), );