ignorePagelessRoutes property

bool ignorePagelessRoutes
final

Whether to ignore pageless routes when calculating top-most route

What is a (PagelessRoute)? Route that does not correspond to a Page object is called a pageless route and is tied to the Route that does correspond to a Page object that is below it in the history.

Implementation

final bool ignorePagelessRoutes;