toggle menu
ui
0.20.0
jvm
switch theme
search in API
ui
/
org.jetbrains.jewel.ui.component
/
Link
Link
@
Composable
fun
Link
(
text
:
String
,
onClick
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
fontSize
:
TextUnit
=
TextUnit.Unspecified
,
fontStyle
:
FontStyle
?
=
null
,
fontWeight
:
FontWeight
?
=
null
,
fontFamily
:
FontFamily
?
=
null
,
letterSpacing
:
TextUnit
=
TextUnit.Unspecified
,
textAlign
:
TextAlign
=
TextAlign.Unspecified
,
overflow
:
TextOverflow
=
TextOverflow.Clip
,
lineHeight
:
TextUnit
=
TextUnit.Unspecified
,
interactionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
,
style
:
LinkStyle
=
LocalLinkStyle.current
)