AepLazyRowStyle

Class representing the style for an AepLazyRow component.

Public Properties

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