DocumentStyle constructor

DocumentStyle({
  1. Background? background,
  2. String? defaultFooterId,
  3. String? defaultHeaderId,
  4. String? evenPageFooterId,
  5. String? evenPageHeaderId,
  6. String? firstPageFooterId,
  7. String? firstPageHeaderId,
  8. bool? flipPageOrientation,
  9. Dimension? marginBottom,
  10. Dimension? marginFooter,
  11. Dimension? marginHeader,
  12. Dimension? marginLeft,
  13. Dimension? marginRight,
  14. Dimension? marginTop,
  15. int? pageNumberStart,
  16. Size? pageSize,
  17. bool? useCustomHeaderFooterMargins,
  18. bool? useEvenPageHeaderFooter,
  19. bool? useFirstPageHeaderFooter,
})

Implementation

DocumentStyle({
  this.background,
  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.pageSize,
  this.useCustomHeaderFooterMargins,
  this.useEvenPageHeaderFooter,
  this.useFirstPageHeaderFooter,
});