tooling
Toggle table of contents
android
common
Platform filter
android
common
Switch theme
Search in API
tooling
tooling-compose
/
dev.datlag.tooling.compose.platform
/
PlatformSurfaceGlow
/
Clickable
Clickable
@
Immutable
class
Clickable
(
val
glow
:
PlatformGlow
,
val
focusedGlow
:
PlatformGlow
,
val
pressedGlow
:
PlatformGlow
)
:
PlatformSurfaceGlow
(
source
)
Members
Members & Extensions
Constructors
Clickable
Link copied to clipboard
constructor
(
glow
:
PlatformGlow
,
focusedGlow
:
PlatformGlow
,
pressedGlow
:
PlatformGlow
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
focused
Glow
Link copied to clipboard
val
focusedGlow
:
PlatformGlow
glow
Link copied to clipboard
val
glow
:
PlatformGlow
pressed
Glow
Link copied to clipboard
val
pressedGlow
:
PlatformGlow
Functions
as
Tv
Link copied to clipboard
android
fun
PlatformSurfaceGlow.Clickable
.
asTv
(
)
:
ClickableSurfaceGlow
glow
Link copied to clipboard
@
Composable
fun
glow
(
interactionSource
:
MutableInteractionSource
)
:
PlatformGlow
fun
glow
(
focused
:
Boolean
,
pressed
:
Boolean
)
:
PlatformGlow