GridView
Primary nodes
Released in version:
1.0.13
Flutter/Dart link:

This node transforms itself into GridView.count in code
Inputs
connector (required)
Widget
Connector for the parent Widget
1.0.13
childAspectRatio
Double
Child aspect ratio. Defaults to 1.0
1.0.13
children
Array of Widget
The widgets below this widget in the tree (Basically the widgets you want the GridView to have)
1.0.13
clipBehavior
Clip
The content will be clipped (or not) according to this option. Defaults to hardEdge
1.0.13
crossAxisCount (required)
Int
Cross axis count elements. Defaults to 1
1.0.13
crossAxisSpacing
Double
Spacing in the cross axis
1.0.13
dragStartBehavior
DragStartBehavior
Determines the way that drag start behavior is handled. Defaults to start
1.0.13
mainAxisSpacing
Double
Spacing in the main axis
1.0.13
primary
Bool
Whether this is the primary scroll view associated with the parent PrimaryScrollController
1.0.13
reverse
Bool
Whether the scroll view scrolls in the reading direction. Defaults to false. Set to true to reverse
1.0.13
scrollDirection
Axis
Scroll direction. Defaults to vertical
1.0.13
shrinkWrap
Bool
Whether the extent of the scroll view in the scrollDirection should be determined by the contents being viewed. Defaults to false
1.0.13
Outputs
Last updated