Companion
object Companion
Properties
Link copied to clipboard
LineThrough style with defaults
Link copied to clipboard
Underline style with defaults
Functions
Link copied to clipboard
fun lineThrough(color: Color, style: TextDecoration.Style = Solid, thickness: TextDecoration.Thickness? = null): TextDecoration
Utility for creating LineThrough io.nacular.doodle.text.TextDecoration.
Link copied to clipboard
fun underLine(color: Color, style: TextDecoration.Style = Solid, thickness: TextDecoration.Thickness? = null): TextDecoration
Utility for creating Underline io.nacular.doodle.text.TextDecoration.