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