add Paragraph
abstract fun addParagraph(paragraph: String, withNewLine: Boolean = true, withTypingEffectSpeedInMs: Long = 0)
Content copied to clipboard
Adds a paragraph
abstract fun addParagraph(paragraphBuilder: ParagraphBuilder, withNewLine: Boolean = true)
Content copied to clipboard
Adds a paragraph by providing a builder Hint: Use this function if you want to style a paragraph within a log area