ChoiceContent
data class ChoiceContent(val title: String? = null, val caption: String? = null, val addon: @Composable () -> Unit? = null, val expandingText: String? = null)(source)
Content interface for Choice.
Constructors
Link copied to clipboard
constructor(title: String? = null, caption: String? = null, addon: @Composable () -> Unit? = null, expandingText: String? = null)
Properties
Link copied to clipboard
Deprecated: optional selected-state content displayed below the main content. Prefer presenting supporting text outside Choice or via the other properties for better accessibility.