Creates an AuthRoute with a static widget.
widget
Use this for routes that don't require arguments.
AuthRoute.static(this.path, this.widget) : builder = null;