imageLoadingStarted property

dynamic Function()? imageLoadingStarted
final

This is a callback. you have to override and show dialog or etc when image cropping2 is in loading state.

Implementation

final Function()? imageLoadingStarted;