mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-10 04:44:43 +00:00
Revert changes to show_pop_up.dart
This commit is contained in:
parent
fa54ebe855
commit
9a5244ffed
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Future<T?> showPopUp<T>({
|
||||||
bool useSafeArea = false,
|
bool useSafeArea = false,
|
||||||
bool useRootNavigator = true,
|
bool useRootNavigator = true,
|
||||||
RouteSettings? routeSettings
|
RouteSettings? routeSettings
|
||||||
}) async {
|
}) {
|
||||||
return showDialog<T>(
|
return showDialog<T>(
|
||||||
context: context,
|
context: context,
|
||||||
builder: builder,
|
builder: builder,
|
||||||
|
|
Loading…
Reference in a new issue