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); }
Creates a ParagraphBuilder object, which is used to create a Paragraph.
ParagraphBuilder(ParagraphStyle style) { _constructor(style._encoded, style._fontFamily, style._fontSize, style._lineHeight, style._ellipsis); }