DestructiveButtonColors
(
backgroundColor
, foregroundColor
)
|
Signature
constructor(backgroundColor: Color, foregroundColor: Color) Parameters
backgroundColor:
Color
foregroundColor:
Color
Returns |
backgroundColor
: Color
[Get] |
Signature
val backgroundColor: Color |
foregroundColor
: Color
[Get] |
Signature
val foregroundColor: Color |
copy
(
backgroundColor
, foregroundColor
)
|
Signature
fun copy(backgroundColor: Color, foregroundColor: Color): DestructiveButtonColors Parameters
backgroundColor:
Color
foregroundColor:
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
|