int-ui-standalone
1.0.0-SNAPSHOT
jvm
int-ui-standalone
/
org.jetbrains.jewel.themes.intui.standalone.styling
/
IntUiTextAreaStyle
/
Companion
Companion
object
Companion
Members
Functions
dark
Link copied to clipboard
@
Composable
fun
dark
(
colors
:
IntUiTextAreaColors
=
IntUiTextAreaColors.dark()
,
metrics
:
IntUiTextAreaMetrics
=
IntUiTextAreaMetrics()
,
textStyle
:
TextStyle
=
IntUiTheme.defaultDarkTextStyle
)
:
IntUiTextAreaStyle
light
Link copied to clipboard
@
Composable
fun
light
(
colors
:
IntUiTextAreaColors
=
IntUiTextAreaColors.light()
,
metrics
:
IntUiTextAreaMetrics
=
IntUiTextAreaMetrics()
,
textStyle
:
TextStyle
=
IntUiTheme.defaultLightTextStyle
)
:
IntUiTextAreaStyle