enableExif property

bool? enableExif
final

Enable exif orientation reading. Tells Croppie to read exif orientation from the image data and orient the image correctly before rendering to the page. Requires exif.js (packages/croppie_dart/lib/src/exif.js)

Implementation

final bool? enableExif;