FontSizes

@Serializable
data class FontSizes(val standard: Int? = null, val fixed: Int? = null)

Default font sizes.

Constructors

Link copied to clipboard
constructor(standard: Int? = null, fixed: Int? = null)

Properties

Link copied to clipboard
val fixed: Int? = null

Default fixed font size.

Link copied to clipboard
val standard: Int? = null

Default standard font size.