ListView

Primary nodes

ConditionValue

Released in version:

1.0.10

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.

Inputs

InputTypeDescriptionReleased in version:

connector (required)

Widget

Connector for the parent Widget

1.0.10

children

Array of Widget

The widgets below this widget in the tree (Basically the widgets you want the ListView to have)

1.0.10

dragStartBehavior

DragStartBehavior

Determines the way that drag start behavior is handled. Defaults to start

1.0.11

padding

EdgeInsets

Empty space to inscribe inside the ListView

1.0.10

reverse

Bool

Whether the scroll view scrolls in the reading direction. Defaults to false. Set to true to reverse

1.0.10

scrollDirection

Axis

Scroll direction. Defaults to vertical

1.0.11

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.10

Outputs

No outputs for this widget

Last updated