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

ButtonShelfColors Class

Modifiers: final

Constructors

ButtonShelfColors ( selectedBackgroundColor , selectedForegroundColor , unselectedBackgroundColor , unselectedForegroundColor )
Signature
constructor(selectedBackgroundColor: Color, selectedForegroundColor: Color, unselectedBackgroundColor: Color, unselectedForegroundColor: Color)
Parameters
selectedBackgroundColor: Color
selectedForegroundColor: Color
unselectedBackgroundColor: Color
unselectedForegroundColor: Color

Properties

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

Functions

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
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