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

BorderlessDropdownColors Class

Modifiers: final

Constructors

BorderlessDropdownColors ( pillBackgroundColor , pillForegroundColor , selectedItemBackgroundColor , selectedItemForegroundColor , unselectedItemBackgroundColor , unselectedItemForegroundColor )
Signature
constructor(pillBackgroundColor: Color, pillForegroundColor: Color, selectedItemBackgroundColor: Color, selectedItemForegroundColor: Color, unselectedItemBackgroundColor: Color, unselectedItemForegroundColor: Color)
Parameters
pillBackgroundColor: Color
pillForegroundColor: Color
selectedItemBackgroundColor: Color
selectedItemForegroundColor: Color
unselectedItemBackgroundColor: Color
unselectedItemForegroundColor: Color

Properties

pillBackgroundColor : Color
[Get]
Signature
val pillBackgroundColor: Color
pillForegroundColor : Color
[Get]
Signature
val pillForegroundColor: Color
selectedItemBackgroundColor : Color
[Get]
Signature
val selectedItemBackgroundColor: Color
selectedItemForegroundColor : Color
[Get]
Signature
val selectedItemForegroundColor: Color
unselectedItemBackgroundColor : Color
[Get]
Signature
val unselectedItemBackgroundColor: Color
unselectedItemForegroundColor : Color
[Get]
Signature
val unselectedItemForegroundColor: Color

Functions

copy ( pillBackgroundColor , pillForegroundColor , selectedItemBackgroundColor , selectedItemForegroundColor , unselectedItemBackgroundColor , unselectedItemForegroundColor )
Signature
fun copy(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
equals ( other )
Signature
open operator override fun equals(other: Any?): Boolean
Parameters
other: Any?
Returns
Boolean
hashCode ()
Signature
open override fun hashCode(): Int
Returns
Int