OptionDetails
class OptionDetails(val title: String, val body: String, val postView: @Composable (selected: Boolean) -> Unit? = null)
Details information for an option.
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.