pushedPages property

List<PageSettings> pushedPages
final

Raw PageSettings passed to the lower-level dispatch methods (pushFlutterRoute, pushNativeRoute, presentFlutterDialog), including those produced by push.

Implementation

final pushedPages = <PageSettings>[];