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
Place the first child against the left edge and the last against the right; distribute the remaining space evenly between adjacent children.
Distribute the remaining space so that there is equal padding around each child (half-padding at the row's edges).
Distribute the remaining space so that the gap between every two adjacent children — including the gaps at the row edges — is the same.
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.