Start native apps faster with the Composables CLI ->
Class

MovableContentState

A Compose compiler plugin API.

Source set: Common
public class MovableContentState internal constructor(internal val slotStorage: SlotStorage)

A Compose compiler plugin API. DO NOT call directly.

A reference to the state of a MovableContent after changes have being applied. This is the state that was removed from the from composition during ControlledComposition.applyChanges and before it is inserted during ControlledComposition.insertMovableContent.