HorizontalArrangement

How children of a com.conamobile.pdfkmp.dsl.RowScope are distributed along the horizontal axis when their combined intrinsic width is smaller than the row's available width.

Naming follows Compose's Arrangement so cross-domain Compose developers can carry their intuition over.

Entries

Link copied to clipboard

Pack children at the left edge. Trailing space stays empty.

Link copied to clipboard

Group all children at the horizontal centre with no gap between them.

Link copied to clipboard

Pack children at the right edge. Leading space stays empty.

Link copied to clipboard

Place the first child against the left edge and the last against the right; distribute the remaining space evenly between adjacent children.

Link copied to clipboard

Distribute the remaining space so that there is equal padding around each child (half-padding at the row's edges).

Link copied to clipboard

Distribute the remaining space so that the gap between every two adjacent children — including the gaps at the row edges — is the same.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.