FontSizes

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

Default font sizes.

Official doc

Constructors

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

Properties

Link copied to clipboard
val fixed: Int?

Default fixed font size.

Link copied to clipboard

Default standard font size.