hideChangeLayoutButton method
Hides or shows the change layout button.
Implementation
SessionSettingsBuilder hideChangeLayoutButton(bool hidden) {
_hideChangeLayoutButton = hidden;
return this;
}
Hides or shows the change layout button.
SessionSettingsBuilder hideChangeLayoutButton(bool hidden) {
_hideChangeLayoutButton = hidden;
return this;
}