AuthRoute.builder constructor
AuthRoute.builder(
- String path,
- Widget builder(
- BuildContext context,
- Object? arguments
Creates an AuthRoute with a dynamic builder.
Use this when the route needs to read arguments from navigation settings.
Implementation
AuthRoute.builder(this.path, this.builder)
: widget = null;