diff --git a/lib/src/modal_type/wolt_dialog_type.dart b/lib/src/modal_type/wolt_dialog_type.dart index 2bb0d700..d56f4b42 100644 --- a/lib/src/modal_type/wolt_dialog_type.dart +++ b/lib/src/modal_type/wolt_dialog_type.dart @@ -141,7 +141,7 @@ class WoltDialogType extends WoltModalType { // Position animation for entering (96px upwards) and exiting (96px downwards) final positionAnimation = Tween( end: const Offset(0.0, 0.0), - begin: const Offset(0.0, 0.05), + begin: Offset(0.0, isClosing ? 0.05 : 0.1), ).animate( CurvedAnimation( parent: animation,