tooling
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
tooling
tooling-compose
/
dev.datlag.tooling.compose.platform
/
PlatformCardShape
/
Companion
/
default
default
@
Composable
fun
default
(
shape
:
Shape
=
if (Platform.rememberIsTv()) { RoundedCornerShape(8.dp) } else { CardDefaults.shape }
,
focusedShape
:
Shape
=
shape
,
pressedShape
:
Shape
=
shape
)
:
PlatformCardShape
(
source
)