toggle menu
ui
0.26.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
,
textStyle
:
TextStyle
=
JewelTheme.defaultTextStyle
,
overflow
:
TextOverflow
=
TextOverflow.Clip
,
interactionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
,
style
:
LinkStyle
=
LocalLinkStyle.current
)