Skip to content

Commit 4d552e9

Browse files
authored
Tiny Fix in Docs for SliverFixedExtentList & SliverVariedExtentList (#154557)
Tiny Fix in Docs for `SliverFixedExtentList` & `SliverVariedExtentList` Fixes #154554
1 parent cf47702 commit 4d552e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/flutter/lib/src/widgets/sliver.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ class SliverFixedExtentList extends SliverMultiBoxAdaptorWidget {
422422
/// This constructor is appropriate for sliver lists with a large (or
423423
/// infinite) number of children whose extent is already determined.
424424
///
425-
/// Providing a non-null `itemCount` improves the ability of the [SliverGrid]
425+
/// Providing a non-null `itemCount` improves the ability of the [SliverFixedExtentList]
426426
/// to estimate the maximum scroll extent.
427427
///
428428
/// `itemBuilder` will be called only with indices greater than or equal to
@@ -582,7 +582,7 @@ class SliverVariedExtentList extends SliverMultiBoxAdaptorWidget {
582582
/// This constructor is appropriate for sliver lists with a large (or
583583
/// infinite) number of children whose extent is already determined.
584584
///
585-
/// Providing a non-null `itemCount` improves the ability of the [SliverGrid]
585+
/// Providing a non-null `itemCount` improves the ability of the [SliverVariedExtentList]
586586
/// to estimate the maximum scroll extent.
587587
SliverVariedExtentList.builder({
588588
super.key,

0 commit comments

Comments
 (0)