ItemDefaultContent
constructor(text: @Composable (item: T) -> String, supportingText: @Composable (item: T) -> String? = null, trailingSupportingText: @Composable (item: T) -> String? = null, icon: @Composable (item: T) -> Unit? = null)
Parameters
text
the item text
supportingText
the optional supporting item text