addParagraph

fun addParagraph(paragraph: String, withNewLine: Boolean = true, withTypingEffectSpeedInMs: Long = 0): TextBoxBuilder
fun addParagraph(paragraph: Paragraph, withNewLine: Boolean = true): TextBoxBuilder
fun addParagraph(paragraphBuilder: ParagraphBuilder, withNewLine: Boolean = true): TextBoxBuilder