SectionStyle constructor

SectionStyle({
  1. List<SectionColumnProperties>? columnProperties,
  2. String? columnSeparatorStyle,
  3. String? contentDirection,
  4. String? defaultFooterId,
  5. String? defaultHeaderId,
  6. String? evenPageFooterId,
  7. String? evenPageHeaderId,
  8. String? firstPageFooterId,
  9. String? firstPageHeaderId,
  10. bool? flipPageOrientation,
  11. Dimension? marginBottom,
  12. Dimension? marginFooter,
  13. Dimension? marginHeader,
  14. Dimension? marginLeft,
  15. Dimension? marginRight,
  16. Dimension? marginTop,
  17. int? pageNumberStart,
  18. String? sectionType,
  19. bool? useFirstPageHeaderFooter,
})

Implementation

SectionStyle({
  this.columnProperties,
  this.columnSeparatorStyle,
  this.contentDirection,
  this.defaultFooterId,
  this.defaultHeaderId,
  this.evenPageFooterId,
  this.evenPageHeaderId,
  this.firstPageFooterId,
  this.firstPageHeaderId,
  this.flipPageOrientation,
  this.marginBottom,
  this.marginFooter,
  this.marginHeader,
  this.marginLeft,
  this.marginRight,
  this.marginTop,
  this.pageNumberStart,
  this.sectionType,
  this.useFirstPageHeaderFooter,
});