ParagraphStyleSuggestionState constructor

ParagraphStyleSuggestionState({
  1. bool? alignmentSuggested,
  2. bool? avoidWidowAndOrphanSuggested,
  3. bool? borderBetweenSuggested,
  4. bool? borderBottomSuggested,
  5. bool? borderLeftSuggested,
  6. bool? borderRightSuggested,
  7. bool? borderTopSuggested,
  8. bool? directionSuggested,
  9. bool? headingIdSuggested,
  10. bool? indentEndSuggested,
  11. bool? indentFirstLineSuggested,
  12. bool? indentStartSuggested,
  13. bool? keepLinesTogetherSuggested,
  14. bool? keepWithNextSuggested,
  15. bool? lineSpacingSuggested,
  16. bool? namedStyleTypeSuggested,
  17. bool? pageBreakBeforeSuggested,
  18. ShadingSuggestionState? shadingSuggestionState,
  19. bool? spaceAboveSuggested,
  20. bool? spaceBelowSuggested,
  21. bool? spacingModeSuggested,
})

Implementation

ParagraphStyleSuggestionState({
  this.alignmentSuggested,
  this.avoidWidowAndOrphanSuggested,
  this.borderBetweenSuggested,
  this.borderBottomSuggested,
  this.borderLeftSuggested,
  this.borderRightSuggested,
  this.borderTopSuggested,
  this.directionSuggested,
  this.headingIdSuggested,
  this.indentEndSuggested,
  this.indentFirstLineSuggested,
  this.indentStartSuggested,
  this.keepLinesTogetherSuggested,
  this.keepWithNextSuggested,
  this.lineSpacingSuggested,
  this.namedStyleTypeSuggested,
  this.pageBreakBeforeSuggested,
  this.shadingSuggestionState,
  this.spaceAboveSuggested,
  this.spaceBelowSuggested,
  this.spacingModeSuggested,
});