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

inspectable

Use this to group a common set of modifiers and provide InspectorInfo for the resulting modifier.

inspectable

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,
)
public inline fun Modifier.inspectable(
    noinline inspectorInfo: InspectorInfo.() -> Unit,
    factory: Modifier.() -> Modifier,
): Modifier

Use this to group a common set of modifiers and provide InspectorInfo for the resulting modifier.