object FilledDropdownDefaults
colors
()
|
Signature
fun colors(): FilledDropdownColors Returns FilledDropdownColors |
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: ColorpillForegroundColor: ColorselectedItemBackgroundColor: ColorselectedItemForegroundColor: ColorunselectedItemBackgroundColor: ColorunselectedItemForegroundColor: ColorReturns FilledDropdownColors |