Go<T> constructor

Go<T>(
  1. BuildContext? context
)

Constructor for Go when using BuildContext.

context is the BuildContext used for navigation.

Implementation

Go(this.context) : navigatorKey = null;