ParagraphStyle constructor
ParagraphStyle({})
Implementation
ParagraphStyle({
required this.name,
required this.displayName,
this.fontFamily,
this.fontSize,
this.styles,
this.color,
this.highlightColor,
this.textAlign,
this.lineHeight,
this.spacingBefore,
this.spacingAfter,
this.indent,
});