maintainState property

bool maintainState
final

See ModalRoute.maintainState.

Setting maintainState to false will reset an inner implicit navigator's history stack if a user navigates away from it and then returns to it via _pop/popFromTree unless key is set to PageStorageKey.

Implementation

final bool maintainState;