SceneGallery

@Composable
fun <T> SceneGallery(scene: Scene<T>, modifier: Modifier = Modifier, format: SceneFormat = SceneFormat.Default, decorator: Decorator = Decorator.None, sceneMode: SceneMode = SceneMode.Preview)(source)