IndicatorIconDefaults
object IndicatorIconDefaults
Default options for IndicatorIcon.
Properties
Link copied to clipboard
Default shape for IndicatorIcon.
Functions
Link copied to clipboard
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.
Link copied to clipboard
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.