footerItems property

List<NavigationPaneItem> footerItems
final

The footer items used by this panel. These items are displayed at the end of the panel and they can't be overflown.

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

Top Left
Top Footer Left Footer

Implementation

final List<NavigationPaneItem> footerItems;