maxBytes property

int? maxBytes
final

ExtendedResizeImage will compress the image to a size that is smaller than maxBytes. The default size is 50KB. It's actual bytes of Image, not decode bytes it's not supported on web

Implementation

final int? maxBytes;