File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/flutter/lib/src/widgets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ class SliverFixedExtentList extends SliverMultiBoxAdaptorWidget {
422
422
/// This constructor is appropriate for sliver lists with a large (or
423
423
/// infinite) number of children whose extent is already determined.
424
424
///
425
- /// Providing a non-null `itemCount` improves the ability of the [SliverGrid ]
425
+ /// Providing a non-null `itemCount` improves the ability of the [SliverFixedExtentList ]
426
426
/// to estimate the maximum scroll extent.
427
427
///
428
428
/// `itemBuilder` will be called only with indices greater than or equal to
@@ -582,7 +582,7 @@ class SliverVariedExtentList extends SliverMultiBoxAdaptorWidget {
582
582
/// This constructor is appropriate for sliver lists with a large (or
583
583
/// infinite) number of children whose extent is already determined.
584
584
///
585
- /// Providing a non-null `itemCount` improves the ability of the [SliverGrid ]
585
+ /// Providing a non-null `itemCount` improves the ability of the [SliverVariedExtentList ]
586
586
/// to estimate the maximum scroll extent.
587
587
SliverVariedExtentList .builder ({
588
588
super .key,
You can’t perform that action at this time.
0 commit comments