Revert changes to show_pop_up.dart

This commit is contained in:
OmarHatem 2023-02-08 17:12:41 +02:00
parent fa54ebe855
commit 9a5244ffed

View file

@ -8,7 +8,7 @@ Future<T?> showPopUp<T>({
bool useSafeArea = false,
bool useRootNavigator = true,
RouteSettings? routeSettings
}) async {
}) {
return showDialog<T>(
context: context,
builder: builder,