Searched defs:cursorColor (Results 1 – 6 of 6) sorted by relevance
90 val cursorColor by TextFieldDefaults.outlinedTextFieldColors().cursorColor(isError = false) in OutlinedBasicTextField() constant
179 @Composable fun cursorColor(isError: Boolean): State<Color> in indicatorColor() method748 private val cursorColor: Color, constant in androidx.compose.material.DefaultTextFieldColors879 override fun cursorColor(isError: Boolean): State<Color> { in cursorColor() method in androidx.compose.material.DefaultTextFieldColors
481 private val cursorColor: Color, constant in androidx.compose.material.DefaultTextFieldForExposedDropdownMenusColors601 override fun cursorColor(isError: Boolean): State<Color> { in cursorColor() method in androidx.compose.material.DefaultTextFieldForExposedDropdownMenusColors
91 private val cursorColor = Color.Red in <lambda>() constant in androidx.compose.foundation.textfield.TextFieldCursorTest
1557 val cursorColor: Color, in ContainerBox() constant in androidx.compose.material3.TextFieldColors1899 internal fun cursorColor(isError: Boolean): Color = in ContainerBox() method in androidx.compose.material3.TextFieldColors
116 private val cursorColor = Color.Red in <lambda>() constant