mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 20:19:25 +00:00
CAKE-104 | fixed show pop up
This commit is contained in:
parent
1b94de3cfb
commit
17fa8bcf92
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ Future<T> showPopUp<T>({
|
||||||
context: context,
|
context: context,
|
||||||
builder: builder,
|
builder: builder,
|
||||||
barrierDismissible: barrierDismissible,
|
barrierDismissible: barrierDismissible,
|
||||||
//barrierColor: barrierColor,
|
barrierColor: barrierColor,
|
||||||
//useSafeArea: useSafeArea,
|
useSafeArea: useSafeArea,
|
||||||
useRootNavigator: useRootNavigator,
|
useRootNavigator: useRootNavigator,
|
||||||
routeSettings: routeSettings,
|
routeSettings: routeSettings,
|
||||||
child: child);
|
child: child);
|
||||||
|
|
Loading…
Reference in a new issue