SceneSection

@Immutable
class SceneSection(val title: @Composable () -> Unit)(source)

Constructors

Link copied to clipboard
constructor(title: @Composable () -> Unit)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val title: @Composable () -> Unit