ButtonShelfColors
(
selectedBackgroundColor
, selectedForegroundColor
, unselectedBackgroundColor
, unselectedForegroundColor
)
|
Signature
constructor(selectedBackgroundColor: Color, selectedForegroundColor: Color, unselectedBackgroundColor: Color, unselectedForegroundColor: Color) Parameters
selectedBackgroundColor:
Color
selectedForegroundColor:
Color
unselectedBackgroundColor:
Color
unselectedForegroundColor:
Color
Returns |
selectedBackgroundColor
: Color
[Get] |
Signature
val selectedBackgroundColor: Color |
selectedForegroundColor
: Color
[Get] |
Signature
val selectedForegroundColor: Color |
unselectedBackgroundColor
: Color
[Get] |
Signature
val unselectedBackgroundColor: Color |
unselectedForegroundColor
: Color
[Get] |
Signature
val unselectedForegroundColor: Color |
copy
(
selectedBackgroundColor
, selectedForegroundColor
, unselectedBackgroundColor
, unselectedForegroundColor
)
|
Signature
fun copy(selectedBackgroundColor: Color, selectedForegroundColor: Color, unselectedBackgroundColor: Color, unselectedForegroundColor: Color): ButtonShelfColors Parameters
selectedBackgroundColor:
Color
selectedForegroundColor:
Color
unselectedBackgroundColor:
Color
unselectedForegroundColor:
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
|