builder property

List<StackRoute> Function(StackRouterState router) builder
final

The builder for the router that returns a list of the full set of stack routes.

Implementation

final List<StackRoute> Function(StackRouterState router) builder;