sheets-compose-dialogs
androidJvm
info
/
com.maxkeppeler.sheets.info.models
/
InfoBody
/
Custom
Custom
data
class
Custom
(
val
body
:
@
Composable
(
)
->
Unit
)
:
InfoBody
Custom implementation of a body.
Members
Constructors
Custom
Link copied to clipboard
constructor
(
body
:
@
Composable
(
)
->
Unit
)
Properties
body
Link copied to clipboard
val
body
:
@
Composable
(
)
->
Unit