gap

inline fun Style.gap(column: Dimen? = null, row: Dimen? = null, all: Dimen? = null): Style

Gap will add spacing between the rows and columns of a flex container. You can specify if you want the gaps to be between only the rows, only the columns, or both.

See https://yogalayout.dev/ for a web-based playground for trying out flexbox layouts.