down method
Determines the order to lay children out vertically and how to interpret start and end in the vertical direction.
Using VerticalDirection.down
Equivalent to
Stack(verticalDirection: VerticalDirection.down)
Implementation
NikuWrap down() {
_verticalDirection = VerticalDirection.down;
return this;
}