Interface

SubspaceLayoutAwareModifierNode

A DelegatableSubspaceNode whose onPlaced callback is invoked when the layout coordinates of the layout node may have changed.

Source set: Android
public interface SubspaceLayoutAwareModifierNode : DelegatableSubspaceNode

A DelegatableSubspaceNode whose onPlaced callback is invoked when the layout coordinates of the layout node may have changed.

Functions

onPlaced

public fun onPlaced(coordinates: SubspaceLayoutCoordinates)

Called with the final SubspaceLayoutCoordinates of the layout node after placement. The coordinates value may or may not have changed since the last callback.

Last updated: