enablePageView method

void enablePageView(
  1. bool enable
)

Implementation

void enablePageView(bool enable) {
  _enablePageView = enable;
}