PreferenceCustom
fun PreferenceScope.PreferenceCustom(onClick: () -> Unit? = null, onLongClick: () -> Unit? = null, enabled: Dependency = Dependency.Enabled, visible: Dependency = Dependency.Enabled, itemStyle: PreferenceItemStyle = LocalPreferenceSettings.current.style.defaultItemStyle, itemSetup: PreferenceItemSetup = PreferenceCustomDefaults.itemSetup(), filterTags: List<String> = emptyList(), content: @Composable ColumnScope.() -> Unit)
A info preference item
Basic Parameters: all params not described here are derived from com.michaelflisar.composepreferences.core.composables.BasePreference, check it out for more details
Parameters
content
the custom content of this item