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

InspectableModifier

Source set: Common
@Deprecated(
    "This API will create more invalidations of your modifier than necessary, so it's " +
        "use is discouraged. Implementing the inspectableProperties method on " +
        "ModifierNodeElement is the recommended zero-cost alternative to exposing properties " +
        "on a Modifier to tooling.",
    level = DeprecationLevel.WARNING,
)
/** Annotates a range of modifiers in a chain with inspector metadata. */
public class InspectableModifier(inspectorInfo: InspectorInfo.() -> Unit) :
    Modifier.Element, InspectorValueInfo(inspectorInfo)

Properties

end

Source set: Common
public val end: End = End()

Members

End

Source set: Common
public inner class End : Modifier.Element