Source set: Android
public object GlimmerLazyColumnDefaults
Contains the default values used by GlimmerLazyColumn.
Properties
itemSpacing
Source set: Android
public val itemSpacing: Dp
Recommended value for the distance between items.
ScrimMaxHeight
Source set: Android
public val ScrimMaxHeight: Dp
The maximum height of the fade effects on the sides of the list.
contentPadding
Source set: Android
public val contentPadding: PaddingValues
Recommended content padding values for lists without a title.
contentPaddingWithTitle
Source set: Android
public val contentPaddingWithTitle: PaddingValues
Recommended content padding values for lists with a title.
verticalArrangement
Source set: Android
public val verticalArrangement: Arrangement.Vertical
Recommended values for the vertical arrangement.
Functions
flingBehavior
@Composable
public fun flingBehavior(state: GlimmerLazyListState): FlingBehavior
Creates and remembers the default fling behavior for a GlimmerLazyColumn.
Parameters
| state | The GlimmerLazyListState to observe for layout and focus information. |