OptionDetails

constructor(title: String, body: String, postView: @Composable (selected: Boolean) -> Unit? = null)

Parameters

title

The text that is used in the title.

body

The text that is used in the body.

postView

The content that can be added after the body.