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)

Properties

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