onPageChanged property

void Function(int page)? onPageChanged
final

When the current page is changed, this returns the new page value.

Implementation

final void Function(int page)? onPageChanged;