DocumentStyle constructor
      
      DocumentStyle({})
     
    
    
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,
});