With the widgets and routes in place, trigger navigation by using the Navigator. pushNamed() method. This tells Flutter to build the widget defined in the routes table and launch the screen . In the build() method of the FirstScreen widget, update the onPressed() callback: content_copy.