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