FormatStyle

data class FormatStyle(val textFont: Expression<String>? = null, val textColor: Expression<String>? = null, val fontScale: Expression<Number>? = null)

Constructors

Link copied to clipboard
constructor(textFont: Expression<String>? = null, textColor: Expression<String>? = null, fontScale: Expression<Number>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val textFont: Expression<String>? = null