pub type AlignSelf = AlignItems;
Expand description
Used to control how the specified nodes is aligned.
Overrides the parent Node’s AlignItems
property.
For Flexbox it controls alignment in the cross axis
For Grid it controls alignment in the block axis