RenderMenuBar constructor
RenderMenuBar({})
Creates a RenderMenuBar with the given items and state.
Implementation
RenderMenuBar({
required this.items,
required this.focused,
required this.openMenuIndex,
required this.selectedItemIndex,
required this.backgroundColor,
});