HorizontalOrVertical
Kotlin
|Java
@Immutable interface HorizontalOrVertical : Arrangement.Horizontal, Arrangement.Vertical
androidx.compose.foundation.layout.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.
Summary
Inherited functions | |
---|---|
Properties | |
---|---|
open Dp |
Spacing that should be added between any two adjacent layout children. |