isMenuShowing property

bool get isMenuShowing

菜单是否正在显示

Implementation

bool get isMenuShowing => _controller?.menuIsShowing ?? false;