We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e7155 commit fa42e40Copy full SHA for fa42e40
lib/shared/constants/pagination_constants.dart
@@ -0,0 +1,2 @@
1
+/// Default number of rows to display per page in paginated data tables.
2
+const int kDefaultRowsPerPage = 10;
0 commit comments