onPageChange method

void onPageChange(
  1. bool show
)

Implementation

void onPageChange(bool show) {
  _scrollController?.onAttachChange(show);
}