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,