Package-level declarations
Types
Link copied to clipboard
object AnimateSelectionDefaults
Default values for AnimateSelectionOptions.
Link copied to clipboard
class AnimateSelectionOptions
Options for animating the padding and shape of the selected item.
Link copied to clipboard
object IndicatorIconDefaults
Default options for IndicatorIcon.
Link copied to clipboard
class IndicatorIconOptions
Options for the indicator icon.
Functions
Link copied to clipboard
fun LazyDragSelectGridItemScope<*>.IndicatorIcon(options: IndicatorIconOptions, modifier: Modifier = Modifier)
fun LazyDragSelectGridItemScope<*>.IndicatorIcon(icon: ImageVector, tint: Color, contentDescription: String?, padding: Dp, backgroundColor: Color?, border: Dp?, shape: Shape?, modifier: Modifier = Modifier)
Indicator overlay to display the selected or unselected state of an item.
Link copied to clipboard
fun LazyDragSelectGridItemScope<*>.SelectedIcon(modifier: Modifier = Modifier, options: IndicatorIconOptions = IndicatorIconDefaults.selectedIconOptions())
Indicator icon for the selected state.
Link copied to clipboard
fun LazyDragSelectGridItemScope<*>.UnselectedIcon(modifier: Modifier = Modifier, options: IndicatorIconOptions = IndicatorIconDefaults.unselectedIconOptions())
Indicator icon for the unselected state.