fun LayoutModifierNode.invalidateMeasurement()=requireLayoutNode().invalidateMeasurements()
This invalidates the current node's measure result, and ensures that a re-measurement (the
measurement block rerun) of this node will happen for the next frame.