ImagePropertiesSuggestionState constructor

ImagePropertiesSuggestionState({
  1. bool? angleSuggested,
  2. bool? brightnessSuggested,
  3. bool? contentUriSuggested,
  4. bool? contrastSuggested,
  5. CropPropertiesSuggestionState? cropPropertiesSuggestionState,
  6. bool? sourceUriSuggested,
  7. bool? transparencySuggested,
})

Implementation

ImagePropertiesSuggestionState({
  this.angleSuggested,
  this.brightnessSuggested,
  this.contentUriSuggested,
  this.contrastSuggested,
  this.cropPropertiesSuggestionState,
  this.sourceUriSuggested,
  this.transparencySuggested,
});