Interface

Arrangement.HorizontalOrVertical

Used to specify the horizontal arrangement of the layout's children in horizontal layouts like Row, or the vertical arrangement of the layout's children in vertical layouts like Column.

Source set: Common
@JvmDefaultWithCompatibility
    interface HorizontalOrVertical : Horizontal, Vertical

Used to specify the horizontal arrangement of the layout's children in horizontal layouts like Row, or the vertical arrangement of the layout's children in vertical layouts like Column.

Properties

spacing

Source set: Common
override val spacing: Dp

Spacing that should be added between any two adjacent layout children.

Last updated: