CurvedTextStyle
Class
Android
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.