CAKE-104 | fixed show pop up

OleksandrSobol committed Oct 2, 2020 at 21:00 UTC 17fa8bcf9289e4a403b81b057f18737998be412d
1 file changed +2 -2
lib/utils/show_pop_up.dart
+2 -2
@@ -14,8 +14,8 @@ Future<T> showPopUp<T>({
14 context: context,
15 builder: builder,
16 barrierDismissible: barrierDismissible,
17 - //barrierColor: barrierColor,
18 - //useSafeArea: useSafeArea,
17 + barrierColor: barrierColor,
18 + useSafeArea: useSafeArea,
19 useRootNavigator: useRootNavigator,
20 routeSettings: routeSettings,
21 child: child);