hideControlPanel method
Hides or shows the control panel.
Implementation
SessionSettingsBuilder hideControlPanel(bool hidden) {
_hideControlPanel = hidden;
return this;
}
Hides or shows the control panel.
SessionSettingsBuilder hideControlPanel(bool hidden) {
_hideControlPanel = hidden;
return this;
}