Interface

SpatialArrangement.AxisIndependent

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

Source set: Android
@JvmDefaultWithCompatibility
public interface AxisIndependent : Horizontal, Vertical

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

Properties

spacing

Source set: Android
override val spacing: Dp

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

Last updated: