HeadingStyle

data class HeadingStyle(val small: TextStyle, val medium: TextStyle, val huge: TextStyle)

Represents the heading style configuration with different sizes.

Constructors

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

Properties

Link copied to clipboard

Huge heading text style

Link copied to clipboard

Medium heading text style

Link copied to clipboard

Small heading text style