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