tooling
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
tooling
tooling-compose
/
dev.datlag.tooling.compose.platform
/
PlatformSurfaceShape
/
Clickable
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
default
Link copied to clipboard
@
Composable
fun
default
(
shape
:
Shape
=
if (Platform.rememberIsTv()) { Platform.shapes().medium } else { RectangleShape }
,
focusedShape
:
Shape
=
shape
,
pressedShape
:
Shape
=
shape
,
disabledShape
:
Shape
=
shape
,
focusedDisabledShape
:
Shape
=
disabledShape
)
:
PlatformSurfaceShape.Clickable