ChoiceContent
data class ChoiceContent(val title: String? = null, val caption: String? = null, val addon: @Composable () -> Unit? = null, val expandingText: String? = null)
Content interface for Choice.
Constructors
Link copied to clipboard
constructor(title: String? = null, caption: String? = null, addon: @Composable () -> Unit? = null, expandingText: String? = null)