CAKE-104 | fixed show pop up

This commit is contained in:
OleksandrSobol 2020-10-02 21:00:30 +03:00
parent 1b94de3cfb
commit 17fa8bcf92

View file

@ -14,8 +14,8 @@ Future<T> showPopUp<T>({
context: context,
builder: builder,
barrierDismissible: barrierDismissible,
//barrierColor: barrierColor,
//useSafeArea: useSafeArea,
barrierColor: barrierColor,
useSafeArea: useSafeArea,
useRootNavigator: useRootNavigator,
routeSettings: routeSettings,
child: child);