AepLazyColumnStyle
Class representing the style for an AepLazyColumn component.
Public Properties
| Property | Type | Description |
|---|---|---|
modifier | The modifier to be applied to the LazyColumn. | |
contentPadding | The padding values for the content inside the LazyColumn. | |
reverseLayout | Boolean? | Whether the layout should be reversed. |
verticalArrangement | The vertical arrangement of the items in the LazyColumn. | |
horizontalAlignment | The horizontal alignment of the items in the LazyColumn. | |
flingBehavior | The fling behavior for the LazyColumn. | |
userScrollEnabled | Boolean? | Whether user scrolling is enabled for the LazyColumn. |
