marginPercent

inline fun Style.marginPercent(    all: Float? = null,     horizontal: Float? = null,     vertical: Float? = null,     start: Float? = null,     top: Float? = null,     end: Float? = null,     bottom: Float? = null,     left: Float? = null,     right: Float? = null): Style

Defines margin around the component on a per-edge basis, with a percent value of container's size. See https://www.yogalayout.dev/docs/styling/margin-padding-border for more information.