Sets the distribution of space between and around content items.
For Flexbox it controls alignment in the main axis.
For Grid it controls alignment in the inline axis.
Per-node measure callback: given the available main-axis width, returns the
node’s intrinsic (width, height). Used for text nodes whose height depends on
how many lines the content wraps into at the resolved width.