appPageBuilder property

Either<Tuple2<RoutebornPage, List<String>> Function(List<String>), RoutebornPage Function()> appPageBuilder
final

Builder of current node's RoutebornPage. The Left argument is path parametrized page builder and the Right one is the page builder without parameters.

Implementation

final Either<Tuple2<RoutebornPage, List<String>> Function(List<String>),
    RoutebornPage Function()> appPageBuilder;