pageChangeOnTap property

void pageChangeOnTap=(bool value)

Whether the viewer should change pages when the user taps the edge of a page if the viewer is in a horizontal viewing mode.

Defaults to true.

Implementation

set pageChangeOnTap(bool value) => _pageChangeOnTap = value;