Horizontal

@Stable
interface Horizontal

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

Inheritors

Properties

Link copied to clipboard
open val spacing: Int

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

Functions

Link copied to clipboard
abstract fun arrange(totalSize: Int, sizes: IntArray, outPositions: IntArray)

Horizontally places the layout children.