tooling
Toggle table of contents
android
common
Platform filter
android
common
Switch theme
Search in API
tooling
tooling-compose
/
dev.datlag.tooling.compose.platform
/
PlatformCardShape
Platform
Card
Shape
@
Immutable
class
PlatformCardShape
(
val
shape
:
Shape
,
val
focusedShape
:
Shape
,
val
pressedShape
:
Shape
)
(
source
)
Members
Members & Extensions
Constructors
Platform
Card
Shape
Link copied to clipboard
constructor
(
shape
:
Shape
,
focusedShape
:
Shape
,
pressedShape
:
Shape
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
focused
Shape
Link copied to clipboard
val
focusedShape
:
Shape
pressed
Shape
Link copied to clipboard
val
pressedShape
:
Shape
shape
Link copied to clipboard
val
shape
:
Shape
Functions
as
Tv
Link copied to clipboard
android
fun
PlatformCardShape
.
asTv
(
)
:
CardShape
shape
Link copied to clipboard
@
Composable
fun
shape
(
enabled
:
Boolean
,
interactionSource
:
MutableInteractionSource
)
:
Shape
fun
shape
(
enabled
:
Boolean
,
focused
:
Boolean
,
pressed
:
Boolean
)
:
Shape