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

FocusInteraction

An interaction related to focus events.

Source set: Common
public interface FocusInteraction : Interaction

An interaction related to focus events.

Members

Focus

Source set: Common
public class Focus : FocusInteraction

An interaction representing a focus event on a component.

Unfocus

Source set: Common
public class Unfocus(public val focus: Focus) : FocusInteraction

An interaction representing a Focus event being released on a component.