verticalDirection property

VerticalDirection verticalDirection
final

Determines the order to lay children out vertically and how to interpret start and end in the vertical direction.

Defaults to VerticalDirection.down.

If the direction is Axis.vertical, there's more than one child, then the verticalDirection must not be null.

Implementation

final VerticalDirection verticalDirection;