shouldClose property

bool shouldClose

Whether the app should close.

This flag is set on when user perform 'Back' action on top most destination.

Implementation

bool get shouldClose => _shouldClose;