onPageChanged property
Invoked when the user switches to another page.
The value is the index of the first row on the currently displayed page.
Implementation
final void Function(int page)? onPageChanged;
Invoked when the user switches to another page.
The value is the index of the first row on the currently displayed page.
final void Function(int page)? onPageChanged;