DashboardFontSize

data class DashboardFontSize(val absolute: String? = null, val relative: DashboardRelativeFontSize? = null)

Constructors

Link copied to clipboard
constructor(absolute: String? = null, relative: DashboardRelativeFontSize? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val absolute: String? = null

String based length that is composed of value and unit in px

Link copied to clipboard

The lexical name for the text size, proportional to its surrounding context.