showQuickNavigationButton property

void showQuickNavigationButton=(bool value)

Whether the quick navigation buttons will appear in the viewer.

Defaults to true.

Implementation

set showQuickNavigationButton(bool value) =>
    _showQuickNavigationButton = value;