Indicator Icon
fun LazyDragSelectGridItemScope<*>.IndicatorIcon(options: IndicatorIconOptions, modifier: Modifier = Modifier)
Indicator overlay to display the selected or unselected state of an item.
Parameters
modifier
Modifier to be applied to the icon.
options
Options to customize the icon.
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.
Parameters
icon
Icon ImageVector to display.
tint
Tint to apply to the icon.
content Description
Content description to apply to the icon.
padding
Padding to apply to the icon.
background Color
Background color to apply to the icon.
border
Border to apply to the icon.
shape
Shape to clip the icon to.
modifier
Modifier to be applied to the icon.