Stylish Connected List Item
constructor(headline: String = "", supportingText: String? = null, onClick: () -> Unit? = null, onLongClick: () -> Unit? = null, enabled: Boolean = true, leadingContent: @Composable RowScope.() -> Unit? = null, trailingContent: @Composable RowScope.() -> Unit? = null, supportingLines: List<String> = emptyList(), content: @Composable () -> Unit? = null)