Companion

object Companion

Functions

Link copied to clipboard
fun space(width: Int = 1, style: TextStyle = DEFAULT_STYLE): Span

Create a Span containing width number of space characters

Link copied to clipboard
fun word(text: String, style: TextStyle = DEFAULT_STYLE): Span

Create a Span from a string and optional style.