value class TextType


The text types that can be used with templates such as set in TemplateText items to determine text styling.

Summary

Public companion properties

TextType

The text is for body content with small font size.

TextType

The text is for display with large font size.

TextType

The text is headline with small font size.

TextType

The text is for label content with small font size.

TextType

The text is for title content with medium font size.

Public companion properties

Body

Added in 1.0.0-alpha06
val BodyTextType

The text is for body content with small font size.

Display

Added in 1.0.0-alpha06
val DisplayTextType

The text is for display with large font size.

Headline

Added in 1.0.0-alpha06
val HeadlineTextType

The text is headline with small font size.

Label

Added in 1.0.0-alpha06
val LabelTextType

The text is for label content with small font size.

Title

Added in 1.0.0-alpha06
val TitleTextType

The text is for title content with medium font size.