Selectable Lazy Column
A composable that displays a scrollable and selectable list of items in a column arrangement.
Parameters
The modifier to apply to this layout.
The state object that holds the state information for the selectable lazy column.
The padding to be applied to the content of the column.
Whether the items should be laid out in reverse order.
The vertical arrangement strategy for laying out the items.
The horizontal alignment strategy for laying out the items.
The fling behavior for scrolling.
The interaction source for handling user input events.
The key binding actions for handling keyboard events.
The pointer event actions for handling pointer events.
The content of the selectable lazy column, specified as a lambda function with a SelectableLazyListScope receiver.