Res

data class Res(val fontResId: Int, val fallbackName: String? = null) : Typography.FontStyle

Constructors

Link copied to clipboard
constructor(fontResId: Int, fallbackName: String? = null)

Properties

Link copied to clipboard
val fallbackName: String? = null
Link copied to clipboard