object FilledDropdownDefaults
colors
()
|
Signature
fun colors(): FilledDropdownColors Returns |
colors
(
pillBackgroundColor
, pillForegroundColor
, selectedItemBackgroundColor
, selectedItemForegroundColor
, unselectedItemBackgroundColor
, unselectedItemForegroundColor
)
|
Signature
fun colors(pillBackgroundColor: Color, pillForegroundColor: Color, selectedItemBackgroundColor: Color, selectedItemForegroundColor: Color, unselectedItemBackgroundColor: Color, unselectedItemForegroundColor: Color): FilledDropdownColors Parameters
pillBackgroundColor:
Color
pillForegroundColor:
Color
selectedItemBackgroundColor:
Color
selectedItemForegroundColor:
Color
unselectedItemBackgroundColor:
Color
unselectedItemForegroundColor:
Color
Returns |