AepLazyColumnStyle

Class representing the style for an AepLazyColumn component.

Public Properties

Property
Type
Description
modifier
Modifier?
The modifier to be applied to the LazyColumn.
contentPadding
PaddingValues?
The padding values for the content inside the LazyColumn.
reverseLayout
Boolean?
Whether the layout should be reversed.
verticalArrangement
Arrangement.Vertical?
The vertical arrangement of the items in the LazyColumn.
horizontalAlignment
Alignment.Horizontal?
The horizontal alignment of the items in the LazyColumn.
flingBehavior
FlingBehavior?
The fling behavior for the LazyColumn.
userScrollEnabled
Boolean?
Whether user scrolling is enabled for the LazyColumn.