Paragraph.heading constructor
Paragraph.heading()
Implementation
factory Paragraph.heading(String rawContent, List<TextSpan> textSpans,
String fontFamily, TextAlign textAlign) {
return Paragraph(
type: "heading",
rawContent: rawContent,
textSpans: textSpans,
imageUri: "",
jwMediaId: "",
youtubeVideoId: "",
soundcloudTrackId: "",
soudcloudEmbedCode: "",
hearthisAtTrackId: "",
fontFamily: fontFamily,
textAlign: textAlign);
}