🌈 Create new beautiful Compose Gradients with our new wesite ->
Interface

CurvedModifier

An ordered, immutable, collection of modifier elements that work with curved components, in a polar coordinate space.

Source set: Android
public sealed interface CurvedModifier

An ordered, immutable, collection of modifier elements that work with curved components, in a polar coordinate space.

This plays the same role as androidx.compose.ui.Modifier, but for the Curved composables.

Functions

then

Source set: Android
public infix fun then(other: CurvedModifier): CurvedModifier

Concatenates this curved modifier with another.

Returns a CurvedModifier representing this curved modifier followed by other in sequence.

Members

Companion

Source set: Android
public companion object : CurvedModifier

The companion object CurvedModifier is the empty, default, or starter CurvedModifier that contains no Elements.

Functions

toString

Source set: Android
override fun toString(): String