Compose Preview Lab
Toggle table of contents
0.1.0-dev12
common
Target filter
common
Switch theme
Search in API
Skip to content
Compose Preview Lab
core
/
me.tbsten.compose.preview.lab
/
CollectedPreview
/
CollectedPreview
Collected
Preview
constructor
(
id
:
String
,
displayName
:
String
=
id
,
filePath
:
String
?
=
null
,
startLineNumber
:
Int
?
=
null
,
code
:
String
?
=
null
,
kdoc
:
String
?
=
null
,
content
:
@
Composable
(
)
->
Unit
)