cropImageData property
CropImageData?
get
cropImageData
The data that handles the transformation of the cropped image.
Implementation
CropImageData? get cropImageData => listeners.map((e) => e.data).first;