SearchFieldDefaults

SearchFieldDefaults

Functions

Link copied to clipboard

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

The custom colors for SearchField.

Link copied to clipboard

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

The custom vibrants for SearchField.