previousPage property

BaseScreen? previousPage
final

The previous page of the screen. If the previousPage is null, open the screen that was displayed before the current screen.

Implementation

final BaseScreen? previousPage;