centeredItemIdentifiers
The set of custom items to display in the center of the toolbar.
Declaration
var centeredItemIdentifiers: Set<NSToolbarItem.Identifier> { get set }Discussion
Set this property to the items you want to appear together in the center of the toolbar. Specify the initial order of the items using the toolbarDefaultItemIdentifiers(_:) method of your toolbar delegate object.