TextFieldDefaults

TextFieldDefaults

Functions

Link copied to clipboard

@Composable
fun textFieldColors(textColor: Color = Color.Unspecified, backgroundColor: Color = Color.Unspecified, focusedColor: Color = Color.Unspecified, placeholderColor: Color = Color.Unspecified, errorColor: Color = Color.Unspecified): TextFieldColors

The custom TextFieldColors for TextField.

Link copied to clipboard

@Composable
fun textFieldVibrants(textVibrant: Vibrant = Vibrant.Unspecified, backgroundVibrant: Vibrant = Vibrant.Unspecified, focusedVibrant: Vibrant = Vibrant.Unspecified, placeholderVibrant: Vibrant = Vibrant.Unspecified, errorVibrant: Vibrant = Vibrant.Unspecified): TextFieldVibrants