Compose Preview Lab
Toggle table of contents
0.1.0-dev09
common
Target filter
common
Switch theme
Search in API
Skip to content
Compose Preview Lab
ui
/
me.tbsten.compose.preview.lab.ui.components.card
/
CardElevation
Card
Elevation
@
Immutable
class
CardElevation
(
defaultElevation
:
Dp
,
pressedElevation
:
Dp
,
focusedElevation
:
Dp
,
hoveredElevation
:
Dp
,
draggedElevation
:
Dp
,
disabledElevation
:
Dp
)
Members
Constructors
Card
Elevation
Link copied to clipboard
constructor
(
defaultElevation
:
Dp
,
pressedElevation
:
Dp
,
focusedElevation
:
Dp
,
hoveredElevation
:
Dp
,
draggedElevation
:
Dp
,
disabledElevation
:
Dp
)
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
shadow
Elevation
Link copied to clipboard
@
Composable
fun
shadowElevation
(
enabled
:
Boolean
,
interactionSource
:
InteractionSource
?
)
:
State
<
Dp
>