Skip to content
Snippets Groups Projects
Unverified Commit 9a6c0283 authored by Tirth's avatar Tirth Committed by GitHub
Browse files

Update sliver.dart

parent 6fe09872
No related merge requests found
...@@ -422,7 +422,7 @@ class SliverFixedExtentList extends SliverMultiBoxAdaptorWidget { ...@@ -422,7 +422,7 @@ class SliverFixedExtentList extends SliverMultiBoxAdaptorWidget {
/// This constructor is appropriate for sliver lists with a large (or /// This constructor is appropriate for sliver lists with a large (or
/// infinite) number of children whose extent is already determined. /// infinite) number of children whose extent is already determined.
/// ///
/// Providing a non-null `itemCount` improves the ability of the [SliverGrid] /// Providing a non-null `itemCount` improves the ability of the [SliverFixedExtentList]
/// to estimate the maximum scroll extent. /// to estimate the maximum scroll extent.
/// ///
/// `itemBuilder` will be called only with indices greater than or equal to /// `itemBuilder` will be called only with indices greater than or equal to
...@@ -582,7 +582,7 @@ class SliverVariedExtentList extends SliverMultiBoxAdaptorWidget { ...@@ -582,7 +582,7 @@ class SliverVariedExtentList extends SliverMultiBoxAdaptorWidget {
/// This constructor is appropriate for sliver lists with a large (or /// This constructor is appropriate for sliver lists with a large (or
/// infinite) number of children whose extent is already determined. /// infinite) number of children whose extent is already determined.
/// ///
/// Providing a non-null `itemCount` improves the ability of the [SliverGrid] /// Providing a non-null `itemCount` improves the ability of the [SliverVariedExtentList]
/// to estimate the maximum scroll extent. /// to estimate the maximum scroll extent.
SliverVariedExtentList.builder({ SliverVariedExtentList.builder({
super.key, super.key,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment