volumePageTurningEnabled property

bool volumePageTurningEnabled

Whether or not using the volume buttons in the Reader should turn the page.

Implementation

bool get volumePageTurningEnabled {
  return getPreference<bool>(
      key: 'volume_page_turning_enabled', defaultValue: true);
}