Interactive Container
@Composable
Delimits region where all the interactive components will be considered parts of the same document.
Parameters
scope
State of this interactive region. Pass null to disable interaction.
interactive Content
Child components.