Display

data class Display(val large: TextStyle, val medium: TextStyle, val small: TextStyle)

Styles for large, prominent text, typically used for major application titles.

Constructors

Link copied to clipboard
constructor(large: TextStyle, medium: TextStyle, small: TextStyle)

Properties

Link copied to clipboard

Large display text style.

Link copied to clipboard

Medium display text style.

Link copied to clipboard

Small display text style.