Commit f7bfd549 authored by Brandon's avatar Brandon Committed by Michael Goderbauer

fix GridView documentation (#33442)

parent 89d42672
......@@ -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;
......
Markdown is supported
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