ParagraphStyle constructor
ParagraphStyle({
- String? alignment,
- bool? avoidWidowAndOrphan,
- ParagraphBorder? borderBetween,
- ParagraphBorder? borderBottom,
- ParagraphBorder? borderLeft,
- ParagraphBorder? borderRight,
- ParagraphBorder? borderTop,
- String? direction,
- String? headingId,
- Dimension? indentEnd,
- Dimension? indentFirstLine,
- Dimension? indentStart,
- bool? keepLinesTogether,
- bool? keepWithNext,
- double? lineSpacing,
- String? namedStyleType,
- bool? pageBreakBefore,
- Shading? shading,
- Dimension? spaceAbove,
- Dimension? spaceBelow,
- String? spacingMode,
- List<
TabStop> ? tabStops,
Implementation
ParagraphStyle({
this.alignment,
this.avoidWidowAndOrphan,
this.borderBetween,
this.borderBottom,
this.borderLeft,
this.borderRight,
this.borderTop,
this.direction,
this.headingId,
this.indentEnd,
this.indentFirstLine,
this.indentStart,
this.keepLinesTogether,
this.keepWithNext,
this.lineSpacing,
this.namedStyleType,
this.pageBreakBefore,
this.shading,
this.spaceAbove,
this.spaceBelow,
this.spacingMode,
this.tabStops,
});