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)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
fun glow(enabled: Boolean, selected: Boolean, interactionSource: MutableInteractionSource): PlatformGlow