menuItems property

ValueNotifier<List<DrawerMenuItem>> menuItems
final

List of items to be displayed in the drawer menu.

Implementation

final ValueNotifier<List<DrawerMenuItem>> menuItems;