activeFirstNestedPage property

  1. @override
bool activeFirstNestedPage
final

Flag indicating whether the first page in nestedPageFactories should always be stacked as the first page of the nested Navigator.

The default value is true.

See also: StandardPageWithNestedNavigatorFactory

Implementation

@override
final bool activeFirstNestedPage;