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