Selectable

class Selectable(val glow: PlatformGlow, val focusedGlow: PlatformGlow, val pressedGlow: PlatformGlow, val selectedGlow: PlatformGlow, val focusedSelectedGlow: PlatformGlow, val pressedSelectedGlow: PlatformGlow) : PlatformSurfaceGlow(source)

Constructors

Link copied to clipboard
constructor(glow: PlatformGlow, focusedGlow: PlatformGlow, pressedGlow: PlatformGlow, selectedGlow: PlatformGlow, focusedSelectedGlow: PlatformGlow, pressedSelectedGlow: PlatformGlow)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun glow(enabled: Boolean, selected: Boolean, interactionSource: MutableInteractionSource): PlatformGlow
fun glow(enabled: Boolean, focused: Boolean, pressed: Boolean, selected: Boolean): PlatformGlow