pageIndicatorEnabled property

void pageIndicatorEnabled=(bool value)

Whehter to show the page indicator in the viewer.

Defaults to true.

Implementation

set pageIndicatorEnabled(bool value) => _pageIndicatorEnabled = value;