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