new-ui-standalone
1.0.0-SNAPSHOT
jvm
new-ui-standalone
/
org.jetbrains.jewel.themes.expui.standalone.control
/
ExternalLink
External
Link
@
Composable
fun
ExternalLink
(
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
?
=
null
,
lineHeight
:
TextUnit
=
TextUnit.Unspecified
,
interactionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
,
indication
:
Indication
?
=
null
,
colors
:
LinkColors
=
LocalLinkColors.current
,
onTextLayout
:
(
TextLayoutResult
)
->
Unit
=
{}
,
style
:
TextStyle
=
LocalDefaultTextStyle.current
)