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