new-ui-standalone
1.0.0-SNAPSHOT
jvm
new-ui-standalone
/
org.jetbrains.jewel.themes.expui.standalone.control
/
ToolTipColors
Tool
Tip
Colors
class
ToolTipColors
(
val
isDark
:
Boolean
,
val
normalAreaColors
:
AreaColors
)
:
AreaProvider
Members
Constructors
Tool
Tip
Colors
Link copied to clipboard
constructor
(
isDark
:
Boolean
,
normalAreaColors
:
AreaColors
)
Properties
is
Dark
Link copied to clipboard
val
isDark
:
Boolean
normal
Area
Colors
Link copied to clipboard
open
override
val
normalAreaColors
:
AreaColors
Functions
provide
Area
Link copied to clipboard
@
Composable
fun
provideArea
(
content
:
@
Composable
(
)
->
Unit
)