onRowsPerPageChanged property

ValueChanged<int?>? onRowsPerPageChanged
final

Invoked when the user selects a different number of rows per page.

If this is null, then the value given by rowsPerPage will be used and no affordance will be provided to change the value.

Implementation

final ValueChanged<int?>? onRowsPerPageChanged;