PageBuilder typedef

PageBuilder = Page Function(FlouterRouteInformation)

a PageBuilder take the route information and return a Page

Implementation

typedef PageBuilder = Page Function(FlouterRouteInformation);