Custom

data class Custom(val content: @Composable BoxScope.() -> Unit) : PillLeadingItem(source)

Represents a composable to be displayed in the leading position. This should be used for images that require more business logic than just a painter.

Parameters

content

Composable to be displayed in the leading position.

Constructors

Link copied to clipboard
constructor(content: @Composable BoxScope.() -> Unit)

Properties

Link copied to clipboard