constinfo = newLabel(root); info.text = 'Section enum: Left, Center, Right. Used by OverflowToolBar.addWidget().'; info.wordWrap = true; layout.addWidget(info);
// Section is an enum (Left, Center, Right) used to position // widgets within an OverflowToolBar consttoolbar = newOverflowToolBar(root); layout.addWidget(toolbar);
Collapsible section widget for grouping content.
Example