CompositionLocalConsumerSubspaceModifierNode

interface CompositionLocalConsumerSubspaceModifierNode

Interface for nodes that can consume composition local values.

Summary

Extension functions

T

Returns the current value of the given composition local.

Extension functions

currentValueOf

fun Any?> CompositionLocalConsumerSubspaceModifierNode.currentValueOf(
    local: CompositionLocal
): T

Returns the current value of the given composition local.

Parameters
local: CompositionLocal

The composition local to get the value of.

Returns
T

The current value of the given composition local.