Compose Preview Lab
Toggle table of contents
0.1.0-dev09
common
Target filter
common
Switch theme
Search in API
Skip to content
Compose Preview Lab
ui
/
me.tbsten.compose.preview.lab.ui
/
Typography
Typography
data
class
Typography
(
val
h1
:
TextStyle
,
val
h2
:
TextStyle
,
val
h3
:
TextStyle
,
val
h4
:
TextStyle
,
val
body1
:
TextStyle
,
val
body2
:
TextStyle
,
val
body3
:
TextStyle
,
val
label1
:
TextStyle
,
val
label2
:
TextStyle
,
val
label3
:
TextStyle
,
val
button
:
TextStyle
,
val
input
:
TextStyle
)
Members
Constructors
Typography
Link copied to clipboard
constructor
(
h1
:
TextStyle
,
h2
:
TextStyle
,
h3
:
TextStyle
,
h4
:
TextStyle
,
body1
:
TextStyle
,
body2
:
TextStyle
,
body3
:
TextStyle
,
label1
:
TextStyle
,
label2
:
TextStyle
,
label3
:
TextStyle
,
button
:
TextStyle
,
input
:
TextStyle
)
Properties
body1
Link copied to clipboard
val
body1
:
TextStyle
body2
Link copied to clipboard
val
body2
:
TextStyle
body3
Link copied to clipboard
val
body3
:
TextStyle
button
Link copied to clipboard
val
button
:
TextStyle
h1
Link copied to clipboard
val
h1
:
TextStyle
h2
Link copied to clipboard
val
h2
:
TextStyle
h3
Link copied to clipboard
val
h3
:
TextStyle
h4
Link copied to clipboard
val
h4
:
TextStyle
input
Link copied to clipboard
val
input
:
TextStyle
label1
Link copied to clipboard
val
label1
:
TextStyle
label2
Link copied to clipboard
val
label2
:
TextStyle
label3
Link copied to clipboard
val
label3
:
TextStyle