Package-level declarations
Types
Receiver scope which is used by LazyVerticalGrid.
Functions
Adds an array of items.
Adds a list of items.
Adds an array of items where the content of an item is aware of its index.
Adds a list of items where the content of an item is aware of its index.
The vertical scrolling list that only composes and lays out the currently visible items. This composable shows only Array of items.
The vertical scrolling list that only composes and lays out the currently visible items. This composable shows only List of items.
The vertical scrolling list that only composes and lays out the currently visible items. This composable shows only Array of items.
The vertical scrolling list that only composes and lays out the currently visible items. This composable shows only List of items.
The vertical scrolling list that only composes and lays out the currently visible items. This composable shows only Array of items.
The horizontal scrolling list that only composes and lays out the currently visible items. This composable shows only List of items.
The horizontal scrolling list that only composes and lays out the currently visible items. This composable shows only Array of items.
The horizontal scrolling list that only composes and lays out the currently visible items. This composable shows only List of items.
Author: @Jeluchu