BodyStyle

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

Represents the body style configuration with different sizes.

Constructors

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

Properties

Link copied to clipboard

Large body text style

Link copied to clipboard

Medium body text style

Link copied to clipboard

Small body text style