availableRowsPerPage property
The options to offer for the rowsPerPage.
The values in this list should be sorted in ascending order.
The given list will be shown in DropdownButton widget.
Implementation
final List<int> availableRowsPerPage;
The options to offer for the rowsPerPage.
The values in this list should be sorted in ascending order.
The given list will be shown in DropdownButton widget.
final List<int> availableRowsPerPage;