DocumentStyleSuggestionState constructor
      
      DocumentStyleSuggestionState({ 
    
    
- BackgroundSuggestionState? backgroundSuggestionState,
- bool? defaultHeaderIdSuggested,
- bool? evenPageHeaderIdSuggested,
- bool? firstPageHeaderIdSuggested,
- bool? flipPageOrientationSuggested,
- bool? marginBottomSuggested,
- bool? marginHeaderSuggested,
- bool? marginLeftSuggested,
- bool? marginRightSuggested,
- bool? marginTopSuggested,
- bool? pageNumberStartSuggested,
- SizeSuggestionState? pageSizeSuggestionState,
Implementation
DocumentStyleSuggestionState({
  this.backgroundSuggestionState,
  this.defaultFooterIdSuggested,
  this.defaultHeaderIdSuggested,
  this.evenPageFooterIdSuggested,
  this.evenPageHeaderIdSuggested,
  this.firstPageFooterIdSuggested,
  this.firstPageHeaderIdSuggested,
  this.flipPageOrientationSuggested,
  this.marginBottomSuggested,
  this.marginFooterSuggested,
  this.marginHeaderSuggested,
  this.marginLeftSuggested,
  this.marginRightSuggested,
  this.marginTopSuggested,
  this.pageNumberStartSuggested,
  this.pageSizeSuggestionState,
  this.useCustomHeaderFooterMarginsSuggested,
  this.useEvenPageHeaderFooterSuggested,
  this.useFirstPageHeaderFooterSuggested,
});