InAppText

data class InAppText(val text: String, @ColorInt val color: Int)

A piece of styled text — label plus its (required) color.

Constructors

Link copied to clipboard
constructor(text: String, @ColorInt color: Int)

Properties

Link copied to clipboard
val color: Int
Link copied to clipboard