JpegTranspose constructor

JpegTranspose({
  1. JpegCrop? crop,
  2. JpegOptions options = const JpegOptions(),
})

Implementation

JpegTranspose({this.crop, this.options = const JpegOptions()});