unselectedIconOptions

fun unselectedIconOptions(icon: ImageVector = Icons.Filled.RadioButtonUnchecked, tint: Color = Color.White.copy(alpha = 0.7f), contentDescription: String? = "Not Selected", padding: Dp = 4.dp, backgroundColor: Color? = null, border: Dp? = null, shape: Shape? = null): IndicatorIconOptions

Default options for 'unselected' IndicatorIcon.

Parameters

icon

Icon ImageVector to display.

tint

Tint to apply to the icon.

contentDescription

Content description to apply to the icon.

padding

Padding to apply to the icon.

backgroundColor

Background color to apply to the icon.

border

Border to apply to the icon.

shape

Shape to clip the icon to.

See also