Cropped size of the analysis image corresponding to what is seen on the preview.
@override Size get croppedSize => Size( // TODO Width and height of cropRect are inverted cropRect.size.height, cropRect.size.width, );