Start native apps faster with the Composables CLI ->
Object

TextDefaults

Source set: Android
public object TextDefaults

Properties

defaultTextColor

Source set: Android
public val defaultTextColor: ColorProvider = ColorProvider(Color.Black)

defaultTextStyle

Source set: Android
public val defaultTextStyle: TextStyle = TextStyle(color = defaultTextColor)