mosaic
Toggle table of contents
0.17.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
mosaic
mosaic-runtime
/
com.jakewharton.mosaic.ui
/
Text
Text
@
Composable
fun
Text
(
value
:
String
,
modifier
:
Modifier
=
Modifier
,
color
:
Color
=
Color.Unspecified
,
background
:
Color
=
Color.Unspecified
,
textStyle
:
TextStyle
=
TextStyle.Unspecified
)
@
Composable
fun
Text
(
value
:
AnnotatedString
,
modifier
:
Modifier
=
Modifier
,
color
:
Color
=
Color.Unspecified
,
background
:
Color
=
Color.Unspecified
,
textStyle
:
TextStyle
=
TextStyle.Unspecified
)