onPageChanged property

ValueChanged<int>? onPageChanged
final

The callback that will be invoked when the current page changed, and its invoking timing also depends on callPageChangedAtEnd.

Implementation

final ValueChanged<int>? onPageChanged;