UsfmParagraph constructor

UsfmParagraph({
  1. required List<ParagraphElement> content,
  2. required ParagraphFormat format,
})

Implementation

UsfmParagraph({required this.content, required this.format});