alignment method
How the children within a run should be placed in the main axis.
Equivalent to
Wrap(
alignment: input
)
Implementation
NikuWrap alignment(WrapAlignment wrapAlignment) {
_alignment = wrapAlignment;
return this;
}
How the children within a run should be placed in the main axis.
Equivalent to
Wrap(
alignment: input
)
NikuWrap alignment(WrapAlignment wrapAlignment) {
_alignment = wrapAlignment;
return this;
}