Vertical

@Stable
interface Vertical

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

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)

Vertically places the layout children.