ParagraphBuilder constructor
Creates a ParagraphBuilder object, which is used to create a Paragraph.
Implementation
@pragma('vm:entry-point')
ParagraphBuilder(ParagraphStyle style) { _constructor(style._encoded, style._fontFamily, style._fontSize, style._lineHeight, style._ellipsis, _encodeLocale(style._locale)); }