setRowsPerPage method
Сhange page size and set the number of rows in a single page
Implementation
void setRowsPerPage(int rowsPerPage) {
_assertIfNotAttached();
_state?._setRowsPerPage(rowsPerPage);
}
Сhange page size and set the number of rows in a single page
void setRowsPerPage(int rowsPerPage) {
_assertIfNotAttached();
_state?._setRowsPerPage(rowsPerPage);
}