Strong

data class Strong(val extraLarge: TextStyle, val large: TextStyle, val medium: TextStyle, val small: TextStyle)

Label styles with Strong font weight (Bold).

Constructors

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

Properties

Link copied to clipboard

Extra large strong label text.

Link copied to clipboard

Large strong label text.

Link copied to clipboard

Medium strong label text.

Link copied to clipboard

Small strong label text.