When collapsed, the sidebar widget is presented as an overlay above the content widget, otherwise they are displayed side by side.
OverlaySplitView.collapsed
bool collapsed() @propertyGet collapsed property.
Returns
Whether the split view is collapsed.
void collapsed(bool propval) @propertySet collapsed property.
Parameters
propval | Whether the split view is collapsed. When collapsed, the sidebar widget is presented as an overlay above the content widget, otherwise they are displayed side by side. |