shouldClose property

bool shouldClose
final

Should page be closed when just root page remains on the stack, useful when added as root widget in TabBar.

Defaults to true.

Implementation

final bool shouldClose;