SparkTypography

data class SparkTypography(val display1: TextStyle, val display2: TextStyle, val display3: TextStyle, val headline1: TextStyle, val headline2: TextStyle, val subhead: TextStyle, val body1: TextStyle, val body2: TextStyle, val caption: TextStyle, val small: TextStyle, val callout: TextStyle)

Constructors

Link copied to clipboard
constructor(display1: TextStyle, display2: TextStyle, display3: TextStyle, headline1: TextStyle, headline2: TextStyle, subhead: TextStyle, body1: TextStyle, body2: TextStyle, caption: TextStyle, small: TextStyle, callout: TextStyle)

Properties

Link copied to clipboard

Content base text.

Link copied to clipboard

Content base text low hierarchy.

Link copied to clipboard

Call to actions

Link copied to clipboard

Support text or error texts.

Link copied to clipboard

Reserved for short/important large text.

Link copied to clipboard

Reserved for short/important medium text.

Link copied to clipboard

Reserved for short/important small text.

Link copied to clipboard

High-emphasis large text.

Link copied to clipboard

High-emphasis medium text.

Link copied to clipboard

Legal text, App bar labels

Link copied to clipboard

High-emphasis small text.

Functions