toggle menu
ui
0.22.2
jvm
switch theme
search in API
ui
/
org.jetbrains.jewel.ui
/
ComponentStyling
Component
Styling
interface
ComponentStyling
Inheritors
Companion
DefaultComponentStyling
Members
Types
Companion
Link copied to clipboard
object
Companion
:
ComponentStyling
Functions
provide
Link copied to clipboard
open
fun
provide
(
vararg
values
:
ProvidedValue
<
*
>
)
:
ComponentStyling
open
fun
provide
(
provider
:
@
Composable
(
)
->
Array
<
out
ProvidedValue
<
*
>
>
)
:
ComponentStyling
styles
Link copied to clipboard
@
Composable
abstract
fun
styles
(
)
:
Array
<
out
ProvidedValue
<
*
>
>
with
Link copied to clipboard
open
fun
with
(
styling
:
@
Composable
(
)
->
ComponentStyling
)
:
ComponentStyling
open
fun
with
(
styling
:
ComponentStyling
)
:
ComponentStyling