onResultsPerPageChanged property

(dynamic Function(int resultsPerPage)?) onResultsPerPageChanged
final

Called when the current results per page changed.

Implementation

final Function(int resultsPerPage)? onResultsPerPageChanged;