currentNode property

MenuNode? get currentNode

Implementation

MenuNode? get currentNode => queryMenuNodeByPath(
    MenuNode(
      path: '',
      label: '',
      deep: -1,
      children: _state.items,
    ),
    _state.activeMenu);