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 = 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
Did you find this page helpful?