items property

List<Widget> items
final

A List of items to be displayed in an opened ContextMenu

Usually, a ListTile might be the way to go.

Implementation

final List<Widget> items;