EmbeddedObjectSuggestionState constructor

EmbeddedObjectSuggestionState({
  1. bool? descriptionSuggested,
  2. EmbeddedDrawingPropertiesSuggestionState? embeddedDrawingPropertiesSuggestionState,
  3. EmbeddedObjectBorderSuggestionState? embeddedObjectBorderSuggestionState,
  4. ImagePropertiesSuggestionState? imagePropertiesSuggestionState,
  5. LinkedContentReferenceSuggestionState? linkedContentReferenceSuggestionState,
  6. bool? marginBottomSuggested,
  7. bool? marginLeftSuggested,
  8. bool? marginRightSuggested,
  9. bool? marginTopSuggested,
  10. SizeSuggestionState? sizeSuggestionState,
  11. bool? titleSuggested,
})

Implementation

EmbeddedObjectSuggestionState({
  this.descriptionSuggested,
  this.embeddedDrawingPropertiesSuggestionState,
  this.embeddedObjectBorderSuggestionState,
  this.imagePropertiesSuggestionState,
  this.linkedContentReferenceSuggestionState,
  this.marginBottomSuggested,
  this.marginLeftSuggested,
  this.marginRightSuggested,
  this.marginTopSuggested,
  this.sizeSuggestionState,
  this.titleSuggested,
});