ParagraphBuilder constructor

ParagraphBuilder(
  1. ParagraphStyle style
)

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

Implementation

factory ParagraphBuilder(ParagraphStyle style) = _NativeParagraphBuilder;