items property

List<PullDownMenuItem> items
final

The list of actions.

Number of provided items should not be more than 4 for PullDownMenuActionsRow.small and 3 for PullDownMenuActionsRow.medium to avoid text overflows.

Required ElementSize is passed to PullDownMenuItems via ActionsRowSizeConfig.

Implementation

final List<PullDownMenuItem> items;