LazyColumn
A scrollable vertical container that only composes visible items.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| padding | String | Space 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). | |
| spacing | String | 0 | Space between items inside the list (in dp). |
