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