onPageChanged property

void Function(int index, bool auto)? onPageChanged
final

Invoked on every settled page change with the new 0-based index and whether it came from autoplay (auto = true) vs a manual swipe.

Implementation

final void Function(int index, bool auto)? onPageChanged;