Interface

SubspaceLayoutAwareModifierNode

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

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
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.