Go<T> constructor
Go<T> (
- BuildContext? context
Constructor for Go when using BuildContext.
context
is the BuildContext used for navigation.
Implementation
Go(this.context) : navigatorKey = null;