Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class DefaultSelectableOnKeyEvent(val keybindings: SelectableColumnKeybindings, selectableState: SelectableLazyListState) : SelectableColumnOnKeyEvent
Link copied to clipboard
interface SelectableColumnKeybindings
Link copied to clipboard
interface SelectableColumnOnKeyEvent
Link copied to clipboard
Link copied to clipboard
interface SelectableLazyListScope
Interface defining the scope for building a selectable lazy list.
Link copied to clipboard
class SelectableLazyListState(val lazyListState: LazyListState, val selectionMode: SelectionMode = SelectionMode.None) : ScrollableState
State object for a selectable lazy list, which extends ScrollableState.
Link copied to clipboard
Specifies the selection mode for a selectable lazy list.
Functions
Link copied to clipboard
@Composable
Remembers the state of a selectable lazy list.
Link copied to clipboard
@Composable
A composable that displays a scrollable and selectable list of items in a column arrangement.
Link copied to clipboard
@Composable