🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

pressed

Defines a Style to be applied when the component is pressed.

pressed

Source set: Common
public fun StyleStateScope.pressed(block: () -> Unit): Unit

Defines a Style to be applied when the component is pressed. The properties within the provided value Style will override or merge with the base style of the component when a press interaction is detected.

Parameters

block The Style to apply on press.