From 4d552e913efeab517ae4d21af8ebca0399e75746 Mon Sep 17 00:00:00 2001 From: Tirth Date: Wed, 4 Sep 2024 02:35:16 +0530 Subject: [PATCH] Tiny Fix in Docs for `SliverFixedExtentList` & `SliverVariedExtentList` (#154557) Tiny Fix in Docs for `SliverFixedExtentList` & `SliverVariedExtentList` Fixes #154554 --- packages/flutter/lib/src/widgets/sliver.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter/lib/src/widgets/sliver.dart b/packages/flutter/lib/src/widgets/sliver.dart index 0f143281d8..63d92b1ec7 100644 --- a/packages/flutter/lib/src/widgets/sliver.dart +++ b/packages/flutter/lib/src/widgets/sliver.dart @@ -422,7 +422,7 @@ class SliverFixedExtentList extends SliverMultiBoxAdaptorWidget { /// This constructor is appropriate for sliver lists with a large (or /// 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. /// /// `itemBuilder` will be called only with indices greater than or equal to @@ -582,7 +582,7 @@ class SliverVariedExtentList extends SliverMultiBoxAdaptorWidget { /// This constructor is appropriate for sliver lists with a large (or /// 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. SliverVariedExtentList.builder({ super.key,