globalKey top-level property
Need to pass it in the MaterialApp of your Sort Form of
MaterialApp(
navigatorKey: globalKey, <-
)
Implementation
final globalKey = GlobalKey<NavigatorState>();
Need to pass it in the MaterialApp of your Sort Form of
MaterialApp(
navigatorKey: globalKey, <-
)
final globalKey = GlobalKey<NavigatorState>();