Skip to content

Commit 0ca89ea

Browse files
committed
* Minor docs fix
1 parent 6bf1dbc commit 0ca89ea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/src/paginated_items_builder.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ class PaginatedItemsBuilder<T> extends StatefulWidget {
8080
///
8181
/// If state is handled using [PaginationItemsStateHandler],
8282
/// then the builder in it provides this argument and should be passed directly.
83+
///
84+
/// NOTE: If null is returned from [fetchPageData], then an exception will be thrown..
8385
final Future<PaginatedItemsResponse<T>?> Function(bool reset) fetchPageData;
8486

8587
/// Callback function which requires a widget that is rendered for each item.

0 commit comments

Comments
 (0)