crossAxisAlignment property
getter/setter pair
How children are placed across direction. Defaults to center.
stretch only affects LayoutNode children - a fixed-size leaf can't
be resized, so it falls back to start. baseline isn't supported and
also falls back to start.
Implementation
CrossAxisAlignment crossAxisAlignment;