onPageChanged property

ValueChanged<int?>? onPageChanged
final

Called whenever the page in the center of the viewport changes. Same as PageView.onPageChanged

Implementation

final ValueChanged<int?>? onPageChanged;