Compose API Reference Compose UI invalidatePlacement Function Common fun LayoutModifierNode.invalidatePlacement() = requireLayoutNode().requestRelayout() This will invalidate the current node's placement result, and ensure that relayout (the placement block rerun) of this node will happen for the next frame .
Compose API Reference Compose UI invalidatePlacement Function Common fun LayoutModifierNode.invalidatePlacement() = requireLayoutNode().requestRelayout() This will invalidate the current node's placement result, and ensure that relayout (the placement block rerun) of this node will happen for the next frame .