GridView

Primary nodes

ConditionValue

Released in version:

1.0.13

Flutter/Dart link:

For the most up-to-date information on this Widget, please click on the Flutter/Dart link in the box above.

Remember that this node is the same as the Flutter Widget

This node transforms itself into GridView.count in code

Inputs

InputTypeDescriptionReleased in version:

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

No outputs for this widget

Last updated