CropHintsAnnotation constructor

CropHintsAnnotation({
  1. List<CropHint>? cropHints,
})

Implementation

CropHintsAnnotation({
  this.cropHints,
});