onRowsPerPageChanged property
Invoked when the user selects a different number of rows per page.
If this is null, no affordance will be provided to change the value i.e. dropdown widget will not be shown.
Implementation
final ValueChanged<int?>? onRowsPerPageChanged;