drawerItems property

List<DrawerItem> drawerItems
final

A list of DrawerItems, that corresponds to the navigator's destination list.

The list must contain the same number of drawer items, following with the same order as a destination list specified for the navigator.

Implementation

final List<DrawerItem> drawerItems;