PreferenceItem
fun PreferenceItem(title: String, description: String? = null, icon: Any? = null, enabled: Boolean = true, containerColor: Color = Color.White, contentColor: Color = Color.DarkGray, onLongClickLabel: String? = null, onLongClick: () -> Unit? = null, onClickLabel: String? = null, titleStyle: TextStyle = MaterialTheme.typography.titleLarge, descriptionStyle: TextStyle = MaterialTheme.typography.bodyMedium, onClick: () -> Unit = {})