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

InspectableValue

A compose value that is inspectable by tools.

Source set: Common
public interface InspectableValue

A compose value that is inspectable by tools. It gives access to private parts of a value.

Properties

inspectableElements

Source set: Common
public val inspectableElements: Sequence<ValueElement>

The elements of a compose value.

nameFallback

Source set: Common
public val nameFallback: String?

Use this name as the reference name shown in tools of this value if there is no explicit reference name given to the value. Example: a modifier in a modifier list.

valueOverride

Source set: Common
public val valueOverride: Any?

Use this value as a readable representation of the value.