ParagraphStyle constructor
      
      ParagraphStyle({})
     
    
    
Implementation
ParagraphStyle({
  this.alignment,
  this.direction,
  this.indentEnd,
  this.indentFirstLine,
  this.indentStart,
  this.lineSpacing,
  this.spaceAbove,
  this.spaceBelow,
  this.spacingMode,
});