isTopPage property

bool get isTopPage
inherited

当前路由是否栈顶

Implementation

bool get isTopPage => RouteKit.instance.stack.last.key == _key;