hideTopToolbars property

set hideTopToolbars (bool value)

Whether to hide the top app navigation bar and the annotation toolbar.

Defaults to false.

Implementation

set hideTopToolbars(bool value) => _hideTopToolbars = value;