SettingsItem

fun SettingsItem(title: String, subtitle: String? = null, description: String? = null, enabled: Boolean = true, onClick: () -> Unit)