EditTextPreference

fun EditTextPreference(title: String, value: Int, enabled: Boolean, isError: Boolean = false, keyboardActions: ERROR CLASS: Symbol not found for KeyboardActions, onValueChanged: (Int) -> Unit, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, summary: String? = null, onFocusChanged: (ERROR CLASS: Symbol not found for FocusState) -> Unit = {}, trailingIcon: () -> Unit? = null)(source)
fun EditTextPreference(title: String, value: Float, enabled: Boolean, keyboardActions: ERROR CLASS: Symbol not found for KeyboardActions, onValueChanged: (Float) -> Unit, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, summary: String? = null, onFocusChanged: (ERROR CLASS: Symbol not found for FocusState) -> Unit = {})(source)
fun EditTextPreference(title: String, value: Double, enabled: Boolean, keyboardActions: ERROR CLASS: Symbol not found for KeyboardActions, onValueChanged: (Double) -> Unit, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, summary: String? = null, onFocusChanged: (ERROR CLASS: Symbol not found for FocusState) -> Unit = {})(source)
fun EditTextPreference(title: String, value: String, enabled: Boolean, isError: Boolean, keyboardOptions: ERROR CLASS: Symbol not found for KeyboardOptions, keyboardActions: ERROR CLASS: Symbol not found for KeyboardActions, onValueChanged: (String) -> Unit, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, summary: String? = null, maxSize: Int = 0, onFocusChanged: (ERROR CLASS: Symbol not found for FocusState) -> Unit = {}, trailingIcon: () -> Unit? = null, visualTransformation: ERROR CLASS: Symbol not found for VisualTransformation = VisualTransformation.None)(source)