LazyColumn

A scrollable vertical container that only composes visible items.

Properties

NameTypeDefaultDescription
paddingStringSpace around the content. Accepts 1, 2 or 4 integers (in dp): ‚8‘ (all), ‚8 16‘ (vertical horizontal), or ‚8 16 16 8‘ (top right bottom left).
spacingString0Space between items inside the list (in dp).

Allowed Roots

Allowed Children

← Back to Element Reference