Stylish Connected Chip Item
constructor(label: String = "", onClick: () -> Unit? = null, selected: Boolean = false, enabled: Boolean = true, leadingContent: @Composable RowScope.() -> Unit? = null, trailingContent: @Composable RowScope.() -> Unit? = null, content: @Composable RowScope.() -> Unit? = null)