C  D  E  H  K  L  M  P  S  T  W 

W

with(T,KProperty0) - function in com.chibatching.kotpref.preference.dsl.PreferenceScreenBuilder
Start builder adding custom preference into PreferenceScreen
CustomPreference(context)
    .with(it::customValue)
    .title("Custom preference") {
        setCustomParam(param)
    }
C  D  E  H  K  L  M  P  S  T  W