API reference
API reference
Select your platform
No SDKs available
No versions available

FilledDropdownDefaults Object

Signature

object FilledDropdownDefaults

Functions

colors ()
Signature
fun colors(): 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: Color
pillForegroundColor: Color
selectedItemBackgroundColor: Color
selectedItemForegroundColor: Color
unselectedItemBackgroundColor: Color
unselectedItemForegroundColor: Color
Did you find this page helpful?