verticalDirection property Null safety
read / write
verticalDirection used, if shouldWrap is true
,
Determines the order to lay children out vertically and how to interpret start and end in the vertical direction.
Defaults to VerticalDirection.down.
Implementation
VerticalDirection verticalDirection;