itemsPerPage property Null safety
final
itemsPerPage int if set, organizes the search list per page with the given number of items displayed per page. Must give currentPage.
Implementation
final int? itemsPerPage;
itemsPerPage int if set, organizes the search list per page with the given number of items displayed per page. Must give currentPage.
final int? itemsPerPage;