InfoBody
Types
Link copied to clipboard
Custom implementation of a body.
Link copied to clipboard
data class Default(val bodyText: String, val preBody: @Composable () -> Unit = {}, val postBody: @Composable () -> Unit = {}) : InfoBody
Standard implementation of a body.