alignItems

abstract fun alignItems(@Nullable alignItems: YogaAlign): T

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://yogalayout.dev/docs/align-items for more information.

Default: STRETCH