Default

constructor(bodyText: String, preBody: @Composable () -> Unit = {}, postBody: @Composable () -> Unit = {})

Parameters

bodyText

Text that will set as the title

preBody

Content that is added before the body text.

postBody

Content that is added after the body text.