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

CurvedTextStyle

Description of a text style for the CurvedScope.curvedText composable.

Source set: Android
@Deprecated("glance-wear-tiles is deprecated and will be removed")
public class CurvedTextStyle(
    public val color: ColorProvider? = null,
    public val fontSize: TextUnit? = null,
    public val fontWeight: FontWeight? = null,
    public val fontStyle: FontStyle? = null,
)

Description of a text style for the CurvedScope.curvedText composable.

Functions

equals

Source set: Android
override fun equals(other: Any?): Boolean

hashCode

Source set: Android
override fun hashCode(): Int

toString

Source set: Android
override fun toString(): String