tooling
Toggle table of contents
android
common
Platform filter
android
common
Switch theme
Search in API
tooling
tooling-compose
/
dev.datlag.tooling.compose.platform
/
PlatformButtonShape
Platform
Button
Shape
@
Immutable
class
PlatformButtonShape
(
val
shape
:
Shape
,
val
focusedShape
:
Shape
,
val
pressedShape
:
Shape
,
val
disabledShape
:
Shape
,
val
focusedDisabledShape
:
Shape
)
(
source
)
Members
Members & Extensions
Constructors
Platform
Button
Shape
Link copied to clipboard
constructor
(
shape
:
Shape
,
focusedShape
:
Shape
,
pressedShape
:
Shape
,
disabledShape
:
Shape
,
focusedDisabledShape
:
Shape
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
disabled
Shape
Link copied to clipboard
val
disabledShape
:
Shape
focused
Disabled
Shape
Link copied to clipboard
val
focusedDisabledShape
:
Shape
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
PlatformButtonShape
.
asTv
(
)
:
ButtonShape
shape
Link copied to clipboard
@
Composable
fun
shape
(
enabled
:
Boolean
,
interactionSource
:
MutableInteractionSource
)
:
Shape
fun
shape
(
enabled
:
Boolean
,
focused
:
Boolean
,
pressed
:
Boolean
)
:
Shape