selected Icon Options
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.
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.