preferredSize property
The param preferredSize is used to produce higher quality cropped image. Keep in mind that the higher this value is, the heavier the cropped image will be.
This value while be used as such
preferredSize = (preferredSize / scale).round()
Defaults to 1080
, like instagram.
Implementation
final double preferredSize;