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

requireLayoutCoordinates

Returns the LayoutCoordinates of this node.

requireLayoutCoordinates

Source set: Common
public fun DelegatableNode.requireLayoutCoordinates(): LayoutCoordinates

Returns the LayoutCoordinates of this node.

To get a signal when the LayoutCoordinates become available, or when its parent places it, implement LayoutAwareModifierNode.

Throws: IllegalStateException

When either this node is not attached, or the LayoutCoordinates object is not attached.

Content updated: