[MessageListView] : Use notification listener to implement pagination.

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2020-12-03 17:28:38 +05:30
parent f367e6b7a8
commit 5cd9653c34
2 changed files with 114 additions and 118 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class LazyLoadScrollView extends StatefulWidget {
final VoidCallback onEndOfPage;
/// The offset to take into account when triggering [onEndOfPage] in pixels
final int scrollOffset;
final double scrollOffset;
/// Used to determine if loading of new data has finished. You should use set this if you aren't using a FutureBuilder or StreamBuilder
final bool isLoading;