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

TextTileButtonColors Class

Modifiers: final

Constructors

TextTileButtonColors ( selectedBackgroundColor , selectedPrimaryColor , selectedSecondaryColor , unselectedBackgroundColor , unselectedPrimaryColor , unselectedSecondaryColor )
Signature
constructor(selectedBackgroundColor: Color, selectedPrimaryColor: Color, selectedSecondaryColor: Color, unselectedBackgroundColor: Color, unselectedPrimaryColor: Color, unselectedSecondaryColor: Color)
Parameters
selectedBackgroundColor: Color
selectedPrimaryColor: Color
selectedSecondaryColor: Color
unselectedBackgroundColor: Color
unselectedPrimaryColor: Color
unselectedSecondaryColor: Color

Properties

selectedBackgroundColor : Color
[Get]
Signature
val selectedBackgroundColor: Color
selectedPrimaryColor : Color
[Get]
Signature
val selectedPrimaryColor: Color
selectedSecondaryColor : Color
[Get]
Signature
val selectedSecondaryColor: Color
unselectedBackgroundColor : Color
[Get]
Signature
val unselectedBackgroundColor: Color
unselectedPrimaryColor : Color
[Get]
Signature
val unselectedPrimaryColor: Color
unselectedSecondaryColor : Color
[Get]
Signature
val unselectedSecondaryColor: Color

Functions

copy ( selectedBackgroundColor , selectedPrimaryColor , selectedSecondaryColor , unselectedBackgroundColor , unselectedPrimaryColor , unselectedSecondaryColor )
Signature
fun copy(selectedBackgroundColor: Color, selectedPrimaryColor: Color, selectedSecondaryColor: Color, unselectedBackgroundColor: Color, unselectedPrimaryColor: Color, unselectedSecondaryColor: Color): TextTileButtonColors
Parameters
selectedBackgroundColor: Color
selectedPrimaryColor: Color
selectedSecondaryColor: Color
unselectedBackgroundColor: Color
unselectedPrimaryColor: Color
unselectedSecondaryColor: 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