alignItems

open override fun alignItems(alignItems: YogaAlign?): Row.Builder

The AlignItems property describes how to align children along the cross axis of their container. AlignItems is very similar to JustifyContent but instead of applying to the main axis, it applies to the cross axis. See https://www.yogalayout.dev/docs/styling/align-items-self for more information.

Default: STRETCH