ChainStyle
class ChainStyle
kotlin.Any | |
↳ | androidx.compose.foundation.layout.ChainStyle |
The style of a horizontal or vertical chain.
Summary
Companion functions | |
---|---|
ChainStyle |
A chain style where the contained layouts are packed together and placed in the available space according to a given bias. |
Companion properties | |
---|---|
ChainStyle |
A chain style where the contained layouts are packed together and placed to the center of the available space. |
ChainStyle |
A chain style that evenly distributes the contained layouts. |
ChainStyle |
A chain style where the first and last layouts are affixed to the constraints on each end of the chain and the rest are evenly distributed. |
Companion functions
Packed
fun Packed(bias: Float): ChainStyle
A chain style where the contained layouts are packed together and placed in the available space according to a given bias.
Companion properties
Packed
val Packed: ChainStyle
A chain style where the contained layouts are packed together and placed to the center of the available space.
SpreadInside
val SpreadInside: ChainStyle
A chain style where the first and last layouts are affixed to the constraints on each end of the chain and the rest are evenly distributed.