Changed provider

This commit is contained in:
Juan Gilsanz Polo
2024-02-25 02:27:53 +01:00
parent 29fa80d675
commit b3970751cf
3 changed files with 6 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ class BookmarksModel {
BookmarksModel({
this.currentPage = 0,
this.limit = 20,
this.limit = 30,
required this.bookmarks,
this.inialLoadStatus = LoadStatus.loading,
this.loadingMore = false,