Paragraph constructor
const
Paragraph({
- String type = "",
- String rawContent = "",
- List<
TextSpan> textSpans = const [], - String imageUri = "",
- String jwMediaId = "",
- String youtubeVideoId = "",
- String soundcloudTrackId = "",
- String soudcloudEmbedCode = "",
- String hearthisAtTrackId = "",
- String fontFamily = "",
- TextAlign textAlign = TextAlign.left,
- SimpleArticle pdf = const SimpleArticle(),
Implementation
const Paragraph(
{this.type = "",
this.rawContent = "",
this.textSpans = const [],
this.imageUri = "",
this.jwMediaId = "",
this.youtubeVideoId = "",
this.soundcloudTrackId = "",
this.soudcloudEmbedCode = "",
this.hearthisAtTrackId = "",
this.fontFamily = "",
this.textAlign = TextAlign.left,
this.pdf = const SimpleArticle()});