onPageChanged property Null safety
final
Invoked when the user switches to another page.
The value is the index of the first row on the currently displayed page.
Implementation
final ValueChanged<int>? onPageChanged;
Invoked when the user switches to another page.
The value is the index of the first row on the currently displayed page.
final ValueChanged<int>? onPageChanged;