selectedIconOptions
fun selectedIconOptions(icon: ImageVector = Icons.Filled.CheckCircle, tint: Color = MaterialTheme.colorScheme.primary, contentDescription: String? = "Selected", padding: Dp = 4.dp, backgroundColor: Color = MaterialTheme.colorScheme.surfaceColorAtElevation(3.dp), border: Dp = 2.dp, shape: Shape = IconShape): IndicatorIconOptions
Default options for 'selected' 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.