BodyTypography

data class BodyTypography(val default: BodyStyle, val emphasis: BodyStyle, val textlink: BodyStyle)

Represents the body typography configuration.

Constructors

Link copied to clipboard
constructor(default: BodyStyle, emphasis: BodyStyle, textlink: BodyStyle)

Properties

Link copied to clipboard

Default body style configuration

Link copied to clipboard

Emphasis body style configuration

Link copied to clipboard

Textlink body style configuration