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

BorderlessDropdownDefaults Object

Signature

object BorderlessDropdownDefaults

Functions

colors ()
Signature
fun colors(): BorderlessDropdownColors
colors ( pillBackgroundColor , pillForegroundColor , selectedItemBackgroundColor , selectedItemForegroundColor , unselectedItemBackgroundColor , unselectedItemForegroundColor )
Signature
fun colors(pillBackgroundColor: Color, pillForegroundColor: Color, selectedItemBackgroundColor: Color, selectedItemForegroundColor: Color, unselectedItemBackgroundColor: Color, unselectedItemForegroundColor: Color): BorderlessDropdownColors
Parameters
pillBackgroundColor: Color
pillForegroundColor: Color
selectedItemBackgroundColor: Color
selectedItemForegroundColor: Color
unselectedItemBackgroundColor: Color
unselectedItemForegroundColor: Color
Did you find this page helpful?