hidePresetBar property

set hidePresetBar (bool value)

Whether to hide the preset bar for the current viewer.

Defaults to false.

Implementation

set hidePresetBar(bool value) => _hidePresetBar = value;