FilledDropdownColors
(
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
Returns |
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 |
copy
(
pillBackgroundColor
, pillForegroundColor
, selectedItemBackgroundColor
, selectedItemForegroundColor
, unselectedItemBackgroundColor
, unselectedItemForegroundColor
)
|
Signature
fun copy(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
Returns |
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
|