tooling
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
tooling
tooling-compose
/
dev.datlag.tooling.compose.platform
/
PlatformButtonElevation
Platform
Button
Elevation
@
Stable
class
PlatformButtonElevation
(
val
defaultElevation
:
Dp
,
val
pressedElevation
:
Dp
,
val
focusedElevation
:
Dp
,
val
disabledElevation
:
Dp
)
(
source
)
Members
Constructors
Platform
Button
Elevation
Link copied to clipboard
constructor
(
defaultElevation
:
Dp
,
pressedElevation
:
Dp
,
focusedElevation
:
Dp
,
disabledElevation
:
Dp
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
default
Elevation
Link copied to clipboard
val
defaultElevation
:
Dp
disabled
Elevation
Link copied to clipboard
val
disabledElevation
:
Dp
focused
Elevation
Link copied to clipboard
val
focusedElevation
:
Dp
pressed
Elevation
Link copied to clipboard
val
pressedElevation
:
Dp
Functions
elevation
Link copied to clipboard
@
Composable
fun
elevation
(
)
:
ButtonElevation
@
Composable
fun
elevation
(
enabled
:
Boolean
,
interactionSource
:
MutableInteractionSource
)
:
Dp