CropPropertiesSuggestionState constructor

CropPropertiesSuggestionState({
  1. bool? angleSuggested,
  2. bool? offsetBottomSuggested,
  3. bool? offsetLeftSuggested,
  4. bool? offsetRightSuggested,
  5. bool? offsetTopSuggested,
})

Implementation

CropPropertiesSuggestionState({
  this.angleSuggested,
  this.offsetBottomSuggested,
  this.offsetLeftSuggested,
  this.offsetRightSuggested,
  this.offsetTopSuggested,
});