canPop method

bool canPop()

Checks if the page is pop-able. If true is returned, the page is popable.

ページがpop可能かどうかをチェックします。trueが返された場合pop可能です。

Implementation

bool canPop() => _pageStack.isNotEmpty;