ListView
Primary nodes
Released in version:
1.0.10
Flutter/Dart link:

Inputs
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
Last updated