compressionRatio property

double? compressionRatio
final

The images size will resize to original * [compressionRatio]. It's ExtendedResizeImages first pick. The compressionRatio`s range is from 0.0 (exclusive), to 1.0 (exclusive). it's not supported on web

Implementation

final double? compressionRatio;