SearchBarColors

data class SearchBarColors(val backgroundColor: Color, val labelColor: Color, val iconColor: Color, val clearIconColor: Color)

Colors used by the InputField of a SearchBar.

Parameters

backgroundColor

the color of the capsule background.

labelColor

the color of the label (hint) text.

iconColor

the tint of the default leading search icon.

clearIconColor

the fill color of the default clear button circle.

Constructors

Link copied to clipboard
constructor(backgroundColor: Color, labelColor: Color, iconColor: Color, clearIconColor: Color)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard