ImageProperties constructor
const
ImageProperties({})
Implementation
const ImageProperties({
this.cropRect = Rect.zero,
this.rotation = 0,
this.flipHorizontal = false,
this.flipVertical = false,
});
const ImageProperties({
this.cropRect = Rect.zero,
this.rotation = 0,
this.flipHorizontal = false,
this.flipVertical = false,
});