COUIIndication

class COUIIndication(color: Color = Color.Black) : IndicationNodeFactory

COUI default Indication that draws a rectangular state layer overlay when pressed or hovered.

The dark theme variant is selected by the luminance of color — the content color (e.g. onBackground), which is bright in dark theme.

Constructors

Link copied to clipboard
constructor(color: Color = Color.Black)

Functions

Link copied to clipboard
open override fun create(interactionSource: InteractionSource): DelegatableNode
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard