fix GridView documentation (#33442)
This commit is contained in:
committed by
Michael Goderbauer
parent
89d4267299
commit
f7bfd54934
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user