itemsStart method
How the children within a run should be aligned relative to each other in the cross axis.
Equivalent to
Wrap(
crossAxisAlignment: WrapCrossAlignment.start
)
Implementation
NikuWrap itemsStart() {
_crossAxisAlignment = WrapCrossAlignment.start;
return this;
}