TextStyle

data class TextStyle(backgroundColor: String, fontSize: Int) : WidgetStyle

Author

Umang Chamaria Date: 07/05/20

Constructors

TextStyle
Link copied to clipboard
fun TextStyle(backgroundColor: String, fontSize: Int)

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): Int
copy
Link copied to clipboard
fun copy(backgroundColor: String, fontSize: Int): TextStyle
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

backgroundColor
Link copied to clipboard
open override val backgroundColor: String
fontSize
Link copied to clipboard
val fontSize: Int