diff --git a/packages/flutter/lib/src/widgets/scroll_view.dart b/packages/flutter/lib/src/widgets/scroll_view.dart index 45d18578cb..2ab40d53b9 100644 --- a/packages/flutter/lib/src/widgets/scroll_view.dart +++ b/packages/flutter/lib/src/widgets/scroll_view.dart @@ -1525,7 +1525,7 @@ class GridView extends BoxScrollView { /// A delegate that controls the layout of the children within the [GridView]. /// - /// The [GridView] and [GridView.custom] constructors let you specify this + /// The [GridView], [GridView.builder], and [GridView.custom] constructors let you specify this /// delegate explicitly. The other constructors create a [gridDelegate] /// implicitly. final SliverGridDelegate gridDelegate;