cards
/
com.moengage.cards.model.styles
/
TextStyle
androidJvm
Text
Style
data class
TextStyle
(backgroundColor:
String
, fontSize:
Int
) :
WidgetStyle
Content copied to clipboard
Author
Umang Chamaria Date: 07/05/20
Constructors
Functions
Properties
Constructors
TextStyle
Link copied to clipboard
androidJvm
fun
TextStyle
(backgroundColor:
String
, fontSize:
Int
)
Content copied to clipboard
Functions
component1
Link copied to clipboard
androidJvm
operator fun
component1
():
String
Content copied to clipboard
component2
Link copied to clipboard
androidJvm
operator fun
component2
():
Int
Content copied to clipboard
copy
Link copied to clipboard
androidJvm
fun
copy
(backgroundColor:
String
, fontSize:
Int
):
TextStyle
Content copied to clipboard
equals
Link copied to clipboard
androidJvm
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
androidJvm
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
androidJvm
open override fun
toString
():
String
Content copied to clipboard
Properties
backgroundColor
Link copied to clipboard
androidJvm
open override val
backgroundColor
:
String
Content copied to clipboard
fontSize
Link copied to clipboard
androidJvm
val
fontSize
:
Int
Content copied to clipboard