runSpaceBetween method
How the runs themselves should be placed in the cross axis.
Using WrapAlignment.spaceBetween
Equivalent to
Wrap(
alignment: WrapAlignment.spaceBetween
)
Implementation
NikuWrap runSpaceBetween() {
_runAlignment = WrapAlignment.spaceBetween;
return this;
}