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