builder property

BrowserBuilder builder
final

A builder for the main application widget.

This builder is responsible for creating the root app widget (e.g., WidgetsApp, MaterialApp) and providing it with the routeObserver and generate function supplied by Browser.

Implementation

final BrowserBuilder builder;