Search Bar Colors
data class SearchBarColors(val backgroundColor: Color, val labelColor: Color, val iconColor: Color, val clearIconColor: Color)
Colors used by the InputField of a SearchBar.
Parameters
background Color
the color of the capsule background.
label Color
the color of the label (hint) text.
icon Color
the tint of the default leading search icon.
clear Icon Color
the fill color of the default clear button circle.