allMenuItemsBox2D property

Iterable<MenuItemBox2D> get allMenuItemsBox2D

Implementation

Iterable<MenuItemBox2D> get allMenuItemsBox2D => [
      parentBox,
      ...state.childrenBox.values,
    ];