allItems property

A list of all of the items displayed on this pane.

Implementation

List<NavigationPaneItem> get allItems {
  return items + footerItems;
}