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