SettingsItemComponent

fun SettingsItemComponent(modifier: Modifier = Modifier, iconPainter: Painter, text: String, subtitle: String? = null, isToggleable: Boolean? = null, testTag: String? = null, isSelected: Boolean, isEnabled: Boolean, onCheckedChange: (Boolean) -> Unit, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, highlightFocusShape: Shape = RectangleShape)