Skip to content

Commit

Permalink
fix: Reviewed Document
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuyani556 committed Nov 14, 2024
1 parent 163c271 commit 3bca7eb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import 'package:flutter/rendering.dart';
import 'package:patapata_core/patapata_core.dart';
import 'package:provider/provider.dart';

/// A widget that provides infinite scrolling functionality to ListView or GridView.
/// A widget that provides infinite scrolling functionality to [ListView] or [GridView].
///
/// This widget fetches data of type T using the fetch method when the user scrolls
/// the list or grid and calls the itemBuilder.
/// This widget fetches data of type [T] using either of the [fetchNext] or [fetchPrevious] methods
/// when the user scrolls the list or grid and calls the [itemBuilder].
///
/// Each item's Widget has a Provider in its parent, and you can access each item's information
/// using methods like `context.read<T>()` or `context.read<InfiniteScrollItemInformation>()`, etc.
Expand Down

0 comments on commit 3bca7eb

Please sign in to comment.