fix GridView documentation (#33442)

This commit is contained in:
Brandon
2019-06-03 13:25:21 -04:00
committed by Michael Goderbauer
parent 89d4267299
commit f7bfd54934

View File

@@ -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;