availableRowsPerPage property

List<int> availableRowsPerPage
final

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;