UsfmParagraph constructor
UsfmParagraph({
- required List<
ParagraphElement> content, - required ParagraphFormat format,
Implementation
UsfmParagraph({required this.content, required this.format});