subMenuItems property

List<ToolbarOverflowMenuItem>? subMenuItems
final

An optional list of menu items to show in a submenu. This submenu will be opened at the left side, when the mouse hovers over this menu item.

Used when a toolbar pulldown button is included in the toolbar overflowed actions menu.

Implementation

final List<ToolbarOverflowMenuItem>? subMenuItems;