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.