StyledText

constructor(text: String, style: Style)
constructor(    text: String,     font: Font? = null,     foreground: Paint? = null,     background: Paint? = null,     decoration: TextDecoration? = null,     stroke: Stroke? = null)