hideChangeLayoutButton method

SessionSettingsBuilder hideChangeLayoutButton(
  1. bool hidden
)

Hides or shows the change layout button.

Implementation

SessionSettingsBuilder hideChangeLayoutButton(bool hidden) {
  _hideChangeLayoutButton = hidden;
  return this;
}