From 325f82e52b14ff9f7aad46e4d8b319fd8f5f0edb Mon Sep 17 00:00:00 2001 From: MohammadTaha Basiri Date: Wed, 5 Jan 2022 18:43:44 +0330 Subject: [PATCH] D1APP-16 bottom sheet bug fixed (update file name) --- lib/utils/{actions_sheet.dart => action_sheet.dart} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename lib/utils/{actions_sheet.dart => action_sheet.dart} (98%) diff --git a/lib/utils/actions_sheet.dart b/lib/utils/action_sheet.dart similarity index 98% rename from lib/utils/actions_sheet.dart rename to lib/utils/action_sheet.dart index 9ad255f..380f471 100644 --- a/lib/utils/actions_sheet.dart +++ b/lib/utils/action_sheet.dart @@ -109,7 +109,7 @@ class ActionSheetUtils { style: ButtonStyleMode.flat, ), ), - const SizedBox(width: 20), + if (data.hasDismissButton) const SizedBox(width: 20), Expanded( child: DidvanButton( style: ButtonStyleMode.primary,