EmbeddedObjectSuggestionState constructor
EmbeddedObjectSuggestionState({
- bool? descriptionSuggested,
- EmbeddedDrawingPropertiesSuggestionState? embeddedDrawingPropertiesSuggestionState,
- EmbeddedObjectBorderSuggestionState? embeddedObjectBorderSuggestionState,
- ImagePropertiesSuggestionState? imagePropertiesSuggestionState,
- LinkedContentReferenceSuggestionState? linkedContentReferenceSuggestionState,
- bool? marginBottomSuggested,
- bool? marginLeftSuggested,
- bool? marginRightSuggested,
- bool? marginTopSuggested,
- SizeSuggestionState? sizeSuggestionState,
- 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,
});