items property

List<NavigationPaneItem> items
final

The items used by this panel. These items are displayed before autoSuggestBox and footerItems.

Only PaneItem, PaneItemSeparator and PaneItemHeader are accepted types. If other type is detected, an UnsupportedError is thrown.

Implementation

final List<NavigationPaneItem> items;