alignContent

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

The AlignSelf property has the same options and effect as AlignItems but instead of affecting the children within a container, you can apply this property to a single child to change its alignment within its parent. See https://yogalayout.dev/docs/align-content for more information.

Default: AUTO