ParagraphBuilder(ParagraphStyle style)

Creates a ParagraphBuilder object, which is used to create a Paragraph.

Source

ParagraphBuilder(ParagraphStyle style) { _constructor(style._encoded, style._fontFamily, style._fontSize, style._lineHeight, style._ellipsis); }