imageLoadingFinished property

(dynamic Function()?) imageLoadingFinished
final

This is a callback. you have to override and hide dialog or etc when image cropping2 is ready to show result in cropping2 screen.

Implementation

final Function()? imageLoadingFinished;