routeBuilder property

RouteBuilder? routeBuilder
final

Builder to optionally create a Route to be navigated. Useful when builder is not enough and you need to create a Route with custom transitions.

Implementation

final RouteBuilder? routeBuilder;