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

BorderlessButtonColors Class

Modifiers: final

Constructors

BorderlessButtonColors ( backgroundColor , foregroundColor )
Signature
constructor(backgroundColor: Color, foregroundColor: Color)
Parameters
backgroundColor: Color
foregroundColor: Color

Properties

backgroundColor : Color
[Get]
Signature
val backgroundColor: Color
foregroundColor : Color
[Get]
Signature
val foregroundColor: Color

Functions

copy ( backgroundColor , foregroundColor )
Signature
fun copy(backgroundColor: Color, foregroundColor: Color): BorderlessButtonColors
Parameters
backgroundColor: Color
foregroundColor: 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