toggle menu
mosaic-runtime
0.14.0
common
switch theme
search in API
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
)