InfoText

data class InfoText(val text: String, val textStyle: TextStyle = TextStyle.Default, val fontSize: TextUnit = 14.sp, val color: Color? = null)

Informative text about what the SplitText needs

Parameters

text

The informative text

textStyle

The style to apply to the text

fontSize

The size of the text

color

The color of the text

Constructors

Link copied to clipboard
constructor(text: String, textStyle: TextStyle = TextStyle.Default, fontSize: TextUnit = 14.sp, color: Color? = null)

Properties

Link copied to clipboard
val color: Color? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard