onPageChanged property

(dynamic Function(int page)?) onPageChanged
final

A callback method to performs that call when a page changed and provide the current page page an parameter

Implementation

final Function(int page)? onPageChanged;