EmbeddedObjectBorderSuggestionState constructor

EmbeddedObjectBorderSuggestionState({
  1. bool? colorSuggested,
  2. bool? dashStyleSuggested,
  3. bool? propertyStateSuggested,
  4. bool? widthSuggested,
})

Implementation

EmbeddedObjectBorderSuggestionState({
  this.colorSuggested,
  this.dashStyleSuggested,
  this.propertyStateSuggested,
  this.widthSuggested,
});