items property

List<ListTile>? items
final

The List of Widget items that make up the Drawer's contents.

Implementation

final List<ListTile>? items;