Skip to content

Commit

Permalink
* Minor docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rithik-dev committed Apr 14, 2022
1 parent 6bf1dbc commit 0ca89ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/paginated_items_builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ class PaginatedItemsBuilder<T> extends StatefulWidget {
///
/// If state is handled using [PaginationItemsStateHandler],
/// then the builder in it provides this argument and should be passed directly.
///
/// NOTE: If null is returned from [fetchPageData], then an exception will be thrown..
final Future<PaginatedItemsResponse<T>?> Function(bool reset) fetchPageData;

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

0 comments on commit 0ca89ea

Please sign in to comment.